Re: Using Lucene index in Solr

2009-01-15 Thread Chris Hostetter
: My data is stored in a database, I want Solr to look up the data in that : database using my existing index. At the moment, I have set the you seem to be confusing two issues : element in my solrconfig to point at my existing index, and checked the : schema on my existing index using Luke

Re: Using Lucene index in Solr

2009-01-07 Thread The Flight Captain
Do I have to set the datasource that my index references? My data is stored in a database, I want Solr to look up the data in that database using my existing index. At the moment, I have set the element in my solrconfig to point at my existing index, and checked the schema on my existing index u

Re: Using Lucene index in Solr

2006-06-21 Thread Yonik Seeley
On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: So I've modified schema.xml to account for my lucene index. I've created a field type for my custom analyzer "text_lu", created fields for those in my index, and changed the defaultSearchField. The index I want to use is in the data/index f

Re: Using Lucene index in Solr

2006-06-21 Thread Tricia Williams
So I've modified schema.xml to account for my lucene index. I've created a field type for my custom analyzer "text_lu", created fields for those in my index, and changed the defaultSearchField. The index I want to use is in the data/index folder. Now I want to use the admin page to query my

Re: Using Lucene index in Solr

2006-06-21 Thread Yonik Seeley
On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote: I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr? You can definitely do th