: my analysis.jsp shows me the right results. That means, everything seems to
: be parsed the right way and there are some matches.

analysis.jsp can tell you that *if* a document is indexed with the current 
config, then what will the tokens look like -- but it doesn't know if 
there are any documents in your index, or if you changed hte ocnfig after 
indexing.

what does /select?q=*:*  return?
how about /admin/luke?fl=title   ?

: select/?indent=on&debugQuery=on&q=introduction&start=0&rows=10
                ...
: <str name="parsedquery">title:introduction</str>

... i assume "title" is in fact the field you expect "introduction" to 
match on?

what does your schema.xml look like?, etc...

        http://wiki.apache.org/solr/UsingMailingLists


-Hoss

Reply via email to