Absolute term position in scoring

2015-01-24 Thread Luis A Lastras
Is it possible to incorporate in Lucene's scoring function the position of a matching term (say as measured from the top of the document). The scenario is, if the set of documents tend to lk about the most important stuff at the beginning of the document, then we would like to give preference to

Re: Boolean Search Query is not workng

2015-01-24 Thread Jack Krupansky
The first term does not have a field name - was that intentional? If so, what is your default field name, and which field names are populated in the sample documents you provided? You do need to look at the details of searcher explain to see how the score is calculated. Sometimes the scores are

AW: fuzzy/case insensitive AnalyzingSuggester )

2015-01-24 Thread Clemens Wyss DEV
I am back on this topic ;) Case- and diacritics insensitivity is supported out-of-the-box by the analyzing suggesters, including the FuzzySuggester. The logic is in the Analyzer. So how do I force case-insensitivity? I tried ... str