Re: Multiple indexes

2007-08-29 Thread James liu
Does it affect with doc size? for example 2 billion docs, 10k doc2 billion docs, but doc size is 10m. 2007/8/30, Mike Klaas <[EMAIL PROTECTED]>: > > 2 billion docs (signed int). > > On 29-Aug-07, at 6:24 PM, James liu wrote: > > > what is the limits for Lucene and Solr. > > > > 100m, 1000m,

Re: Multiple indexes

2007-08-29 Thread Mike Klaas
2 billion docs (signed int). On 29-Aug-07, at 6:24 PM, James liu wrote: what is the limits for Lucene and Solr. 100m, 1000m, 5000m or other number docs? 2007/8/24, Walter Underwood <[EMAIL PROTECTED]>: It should work fine to index them and search them. 13 million docs is not even close to t

Re: Multiple indexes

2007-08-29 Thread James liu
what is the limits for Lucene and Solr. 100m, 1000m, 5000m or other number docs? 2007/8/24, Walter Underwood <[EMAIL PROTECTED]>: > > It should work fine to index them and search them. 13 million docs is > not even close to the limits for Lucene and Solr. Have you had problems? > > wunder > > On

How to use solrj ?

2007-08-29 Thread Teruhiko Kurosaka
Can anyone tell me how to use the Java client ? I downloaded the complete source from SVN solr trunk and took a look at files under client/java but no .java file has main(). Or I don't see README. -kuro

RE: multiple solr home directories

2007-08-29 Thread Nathaniel E. Powell
A related question: are there facilities in Solr to combine the search results from multiple indexes? Thanks, -Nathan -Original Message- From: Yu-Hui Jin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 12:54 AM To: solr-user@lucene.apache.org Subject: multiple solr home direc

How to use special characters during Solr Search?

2007-08-29 Thread nithyavembu
Hi All, I am facing a very big problem in search. I want to give special characters in search text. I am able to give the search text but i am not getting the related result. I have three records namely * priya * priyadarshini * priyamani which i have indexed.