: Use "Keyword" (untokenized) field to index your paths.
: Consider using PerFieldAnalyzerWrapper to specify KeywordAnalyzer for your 
path field.
: Use the force, Luke - http://www.getopt.org/luke/ , to ensure your paths are 
indexed correctly.

you also don't wnat to use QueryParser.escape when you build the term
query explicitly -- that's only needed if you are passing the string to
QueryParser...

: Ex: Hits hits = multisearch.search(new TermQuery(new Term("key",
: QueryParser.escape(key))));



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to