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

2007-03-30 Thread Theodan
d, and he had used the StandardAnalyzer, whereas my Solr configuration was using the default advanced analyzer setup that Solr comes with in schema.xml. So I changed my schema.xml to use just StandardAnalyzer, and the searches now seem to be returning expected results. -Dan -- View this message in conte

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

Solr finding doc by one field but not by another

2007-03-28 Thread Theodan
subsequent 10K-doc post. The 10K docs seem to be findable by any of their 7 fields. Here are my config files: http://www.nabble.com/file/7488/schema.xml schema.xml http://www.nabble.com/file/7489/solrconfig.xml solrconfig.xml Any help is greatly appreciated. Thanks, -Dan -- View this message in