|
Mark Harwood made changes - 08/Feb/06 08:13 AM
Mark Harwood made changes - 08/Feb/06 08:13 AM
Grant Ingersoll made changes - 10/Jan/08 08:32 PM
[
Permlink
| « Hide
]
Grant Ingersoll added a comment - 10/Jan/08 08:33 PM
This seems generally useful and could go in contrib/analysis I suppose. Any thoughts on it, Mark, in hindsight? Do you still use it from time to time or do you now think there are better ways of doing it?
I think it makes sense to add this in after the 2.3 release.
Grant Ingersoll made changes - 12/Jan/08 11:11 PM
I personally don't use this but others may. It was easier to solve my particular problem by adding stop words to my XSL query templates (I added support to the XMLQueryParser for the "FuzzyLikeThisQuery" tag to take stop words). This was more about ease of configuration in my particular app.
I know Nutch has something similar implemented elsewhere - maybe in the query parser. I also had the notion that wrapping IndexReader to auto-cache TermDocs for super-popular terms using a BitSet would be a good way to avoid the IO overhead. This Bitset wouldn't help resolve positional queries e.g. phrase/span queries which need a TermPositions implementation but would work for straight TermQueries.
Grant Ingersoll made changes - 07/Feb/08 02:13 PM
Michael McCandless made changes - 11/Oct/08 12:49 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||