Change API of document field boost function slightly; this looks more correct and maybe will fix some build problems on certain arches?
This commit is contained in:
@@ -171,7 +171,7 @@ FilterAddText(Document *doc, const TCHAR *fieldName, const char *value, bool inc
|
||||
}
|
||||
|
||||
int
|
||||
FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float boost, bool includeInEverything)
|
||||
FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float_t boost, bool includeInEverything)
|
||||
{
|
||||
Field *f;
|
||||
TCHAR tbuf[TBUF_CHARS + 1];
|
||||
|
||||
Reference in New Issue
Block a user