Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm setting up an environment using Nutch 1.0 + solR 1.4. In Nutch I configured the subcollection plugin which seems to work nicely. If I search as normal adding fl=* I can see the subcollection field is filled as intented. (something like <str name="subcollection">mysite.com</str>).
My problem is, I would like to be able to search only in one or more given subcollections, but whenever my searchquery is something like q=subcollection:mysite.com it won't work. I've also tried to add a fl=* or searched in mysite* instead but I never get any results. Obviously solR "knows" the subcollection field, as it doesn't result with an error but simply with an empty result.

I'd be glad for any help

share|improve this question
1  
Check your field is indexed. Check your query parser (use debugQuery=true) – jeje May 28 '10 at 13:13
I've made sure the field is indexed. I also tried to reindex because I wasn't sure whether the "." would have any effect, so I configured my Nutch subcollection plugin to use an underscore instead. Still there's nothing new to see. I also used debugQuery but I'm not sure how this should help. It tells me it takes 0.0 for each prepare step and 1.0 in the process at the debug step. – user352031 Jun 8 '10 at 9:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.