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