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
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