RE: maximum index size

2007-03-27 Thread Andre Basse
>I've 50 million documents each about 10K in size and I've 4 index partitions each consisting of 12.5 million documents. Each index partition is about 80GB. A search typically takes about 3-5 seconds. Single word searches are faster than multi-word searches. I'm still working on finding the ideal i

RE: Faceted Searching problems

2006-09-14 Thread Andre Basse
Time to say: Thank you all for your great support! -Andre > You need to use an untokenized field for facets. At least 3 answers in 5 minutes... we should try synchronized swimming ;-) -Yonik *

RE: Faceted Searching problems

2006-09-13 Thread Andre Basse
Sorry, please ignore that email. Problem solved (I should read more mails...) Thanks to Jeff. Hi all, I just installed the nightly build to try the Faceted Searching . After some testing I discovered that some characters are missing in the result XML and that fields with "/" chars ar

Faceted Searching problems

2006-09-13 Thread Andre Basse
Hi all, I just installed the nightly build to try the Faceted Searching . After some testing I discovered that some characters are missing in the result XML and that fields with "/" chars are sometimes split into two entries. Example: 1 should be France 1 should be Culture/Festivals Please f

RE: Problem with well-formed XML docs

2006-07-31 Thread Andre Basse
patch was applied... http://issues.apache.org/jira/browse/SOLR-32 ? : Date: Fri, 28 Jul 2006 17:09:51 +1000 : From: Andre Basse <[EMAIL PROTECTED]> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Problem with well-formed XML docs : : Hi all, :

Problem with well-formed XML docs

2006-07-28 Thread Andre Basse
Hi all, I have imported some XML documents to Solr. However when I do a query for certain documents I get following error message in the browser: XML Parsing Error: not well-formed Location: http://192.168.32.128:8983/solr/select/?stylesheet=&q=cat%0D%0A&version=2.1&start=0&rows=10&indent=o

SOLR stylesheet

2006-07-17 Thread Andre Basse
Hi SOLR users, I know this issue has been discussed before but I'm not sure if there was a final answer. I would like to apply a stylesheet as mentioned in the tutorial. http://localhost:8983/solr/select/?stylesheet= Any ideas where to place the stylesheet, any examples available? Thanks

RE: Google like searching

2006-07-06 Thread Andre Basse
Hi Hoss, Thank you very much. Works great! Another question, probably more index related. When I do a search for "ageing", my query will also return documents with the word "age" only. (not ageing) I could image that age == ageing but not ageing == age. Please, how can I change that? Thanks,

Google like searching

2006-07-05 Thread Andre Basse
Hi Solr users, I would like to configure my Solr search to make it Google like. With the standard setup, the "OR" operator is used between two or more search values. Example: A search for berlin robin returns in debug mode: berlin robin pubtext:berlin pubtext:robin (and will give me all docu