Re: Solr finding doc by one field but not by another

2007-03-30 Thread Theodan
Mike Klaas wrote: > > This is almost certainly due to a mismatch between the index- and > query-time analysis of the fields. For instance, your schema defines > the title field to be "string" (unanalyzed), but it is likely that > some tokenization (perhaps via StandardAnalyzer) occurred in the

Re: Solr finding doc by one field but not by another

2007-03-28 Thread Mike Klaas
On 3/28/07, Theodan <[EMAIL PROTECTED]> wrote: For what it's worth, I started with an existing Lucene index and modified Solr's schema.xml so that I could just use the Lucene index in Solr. That Lucene index had about 230K docs. I then used your "post.jar" to post another 10K docs to the index