On 12/8/2013 12:03 PM, Ted Goldstein wrote:
I am new to Lucene and have begun experimenting. I've loaded both the example 
books.csv and the various example electronic components documents.  I then do a 
variety of queries.
Quering  http://su2c-dev.ucsc.edu:8983/solr/select?q=name:A*  returns both book 
entries and electronic component entries.  
Buthttp://su2c-dev.ucsc.edu:8983/solr/select?q=name:* only returns book 
entries.  This is non-intutive to me that a broader query should return only 
one document type.
Why is that?

Thanks,
Ted




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Wild guess, since you really didn't tell us much about your setup: are there more entries on another page in the solr admin query tool? I think this may have been what Furkan was hinting at with his question about numDocs. Also -- this is probably more of a question for the solr-user mailing list since you seem to be using solr to do the querying.

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to