MaxRows and disabling sort

2011-01-15 Thread Salman Akram
Hi, I want to limit my SOLR results so that it stops further searching once it founds a certain number of records (just like 'limit' in MySQL). I know it has timeAllowed property but is there anything like MaxRows? I am NOT talking about 'rows' attribute which returns a specific no. of rows to

Re: solr speed issues..

2011-01-15 Thread saureen
I am using three solr cores and all the cores are on the same m/c My configuration is such that i have a machine where code resides and there are 10 other machines which contains the indexed data in cluster.so the code machine picks up a random machine for getting solr data. Also the reason why

Re: MaxRows and disabling sort

2011-01-15 Thread Salman Akram
It still returns me (total) 'numFound' that means its scanning all records. So it seems except timeAllowed there is no way to tell SOLR to stop searching for all records? Thanks! On Sat, Jan 15, 2011 at 7:03 AM, Chris Hostetter hossman_luc...@fucit.orgwrote: : Also I guess default sorting is

Lucene 2.9.x vs 3.x

2011-01-15 Thread Salman Akram
Hi, SOLR 1.4.1 uses Lucene 2.9.3 by default (I think so). I have few questions Are there any major performance (or other) improvements in Lucene 3.0.3/Lucene 2.9.4? Does 3.x has major compatibility issues moving from 2.9.x? Will SOLR 1.4.1 build work fine with Lucene 3.0.3? Thanks! --

Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Anurag
I am solr-1.3.0 user , where we have integrated Nutch. I want my query types to be like eg. at least some query, or most of some query This is to be done through Fuzzy Search techniques. I know there is fuzzy search in solr using ~(tilde ) sign like e.g.somequery~0.8 But we want query to be

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Anurag
Please reply...I need help from you all... - Kumar Anurag -- View this message in context: http://lucene.472066.n3.nabble.com/Implementing-Fuzzy-Search-using-OWA-operator-and-Fuzzy-Linguistic-Quantifier-tp2261469p2262917.html Sent from the Solr - User mailing list archive at

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Ahmet Arslan
want my query types to be like eg. at least some query, or      most of some query Can you elaborate more? It is not so visible what you want.

Re: Implementing Fuzzy Search using OWA operator and Fuzzy Linguistic Quantifier

2011-01-15 Thread Anurag
The query will be like 1. at least (lucene) 2. mostly (solr) 3. Q(query)=most(t1,t2,t3,t7) where t1,t2,t3,t7 are terms 4. Q=(t1,0.9) and {(t2,0.5) or (t3,0.7)} Actually the purpose to expand the query types enterd by user. On Sun, Jan 16, 2011 at 12:55 AM, iorixxx [via Lucene]

Re: Query : FAQ? Forum?

2011-01-15 Thread Otis Gospodnetic
Hi Cathy, Have a look at http://search-lucene.com/ Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Cathy Hemsley cathy.hems...@converteam.com To: solr-user solr-user@lucene.apache.org

Re: spell suggest response

2011-01-15 Thread Otis Gospodnetic
Hi Grijesh, Sounds interesting. Do you have an example of this on some public site that one could see? I'm mainly curious and want to see how it compares to auto-complete on http://search-lucene.com for example. Thanks, Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch