SOLR - Search Issue

2012-11-12 Thread ravi.n
Hello Guys, We had a requirement to search existing lucene indexes and configure to indexing new data. 1. Installed apache-solr-3.6.1 and setup multicore for the existing indexes. 2. Solr is running on windows platform with tomcat 7 64 bit 3. Coll1 and Coll2 has old lucene index files and new

Re: SOLR - Search Issue

2012-11-12 Thread ravi.n
Thanks. Can be this done by Solr or should we write Java class? Regards, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Search-Issue-tp4019816p4019939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR - To point multiple indexes in different folder

2012-11-02 Thread ravi.n
Erick, We are forming request something like below for default /select request handler, will this cause an issue? So far we are not facing any recursive issues.

Re: SOLR - To point multiple indexes in different folder

2012-10-30 Thread ravi.n
Erick, Thanks for your response. All the 7 folders are of same schema, i mean document structure is same. I am not very sure how did customer get this data dump into different folders. Now we have configured Solr with multicore, each core pointing to each directory and using shards to get a

SOLR - To point multiple indexes in different folder

2012-10-29 Thread ravi.n
Hello Solr Gurus, I am newbie to solr application, below are my requirements: 1. We have 7 folders having indexed files, which SOLR application to be pointed. I understand shards feature can be used for searching. If there is any other alternative. Each folder has around 24 million documents. 2.