Re: TermsFilter Usage Question

2009-02-26 Thread Chetan Shah
Shooot... The category type was stored by the not indexed! :teeth: The moment I flipped the flag of categoryType field to analyzed. I was able to pull the results. -- View this message in context: http://www.nabble.com/TermsFilter-Usage-Question-tp22230841p22231549.html Sent from the Lu

Re: TermsFilter Usage Question

2009-02-26 Thread Chetan Shah
Yep. I searchcriteria and the category type value exists for a given document. -- View this message in context: http://www.nabble.com/TermsFilter-Usage-Question-tp22230841p22231524.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: TermsFilter Usage Question

2009-02-26 Thread Erick Erickson
Probably a silly question, but are you *also* sure that you have documents with catetoryType:xyz AND the values you are asking for in searchCriteria? I'd guess that you could also check this out in Luke with a simple +contests:blah +categoryType:xyz as a quick sanity check. The other thing it'd be