: But I always thought such code:
:
: Term term = new Term("text", str);
: TermQuery tq = new TermQuery(term);
: query.add(tq, Occur.SHOULD);
:
: would get query terms through analyzers - since they are specified under
the underlying lucene query classes (like TermQuery) don't know anything
ba
Hoss thanks,
hm it might be a problem with not (specifically..) using analyzers.
But I always thought such code:
Term term = new Term("text", str);
TermQuery tq = new TermQuery(term);
query.add(tq, Occur.SHOULD);
would get query terms through analyzers - since they are specified under
...
Hmmm... everything seems right here.
This may be a silly question, but
you are calling rsp.add("response", docs_main.docList) in your custom
handler correct?
second question: how are you building up your query obejct? the only
thing i can think of is that you are constructing the TermQueri
Can I provide some additional information of any kind?
--
View this message in context:
http://www.nabble.com/custom-handler-results-don%27t-seem-to-match-manually-entered-query-string-tp15544268p15590448.html
Sent from the Solr - User mailing list archive at Nabble.com.