Re: terms component search

2012-09-06 Thread Tanguy Moal
Hi Peter, Yes if you want to do complex things in suggest mode, you'd better rely on the SearchComponent... For example, this blog post is a good read http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/ , if you have complex requirements on the searched fields. (Although y

Re: terms component misleading results

2012-05-25 Thread Cam Bazz
Oh ok, I got it. So If I update the document three times, does that mean I have 1 normal document, and 2 marked for deletion? Because the max difference was 1 - no matter how many times you update. I think I can manage the faceting to do what I need. I guess that will be faster than making a rea

Re: terms component misleading results

2012-05-25 Thread Chris Hostetter
: the terms count go +1 for that specific term. for example, if I have : two documents in index, each with tag="ccc" and if I update one of the : documents, the terms frequency for ccc becomes 3. when I optimize the : index, it goes down again to correct number. (2) http://wiki.apache.org/solr/Te

Re: Terms Component with documents marked for deletion

2011-11-30 Thread lboutros
Hi, you have to use the 'expungeDeletes' additional parameter: http://wiki.apache.org/solr/UpdateXmlMessages and depending on the version of Solr you are using, you perhaps have to use a merge policy like the LogByteSizeMergePolicy. See : https://issues.apache.org/jira/browse/SOLR-2725 Ludovic

Re: Terms Component - solr-1.4.0

2011-05-29 Thread Erick Erickson
Please tell us what you've tried and what problems you're having, we can't help much with such a general request. Best Erick On May 26, 2011 5:02 AM, "Solr User" wrote: > Hi All, > > Please help me in implementing TermsComponent in my current Solr solution. > > Regards, > Solr User > > On Tue, Ma

Re: Terms Component - solr-1.4.0

2011-05-26 Thread Solr User
Hi All, Please help me in implementing TermsComponent in my current Solr solution. Regards, Solr User On Tue, May 17, 2011 at 4:12 PM, Solr User wrote: > Hi All, > > I am using Solr 1.4.0 and dismax as request handler.I have the following in > my solrconfig.xml in the dismax request handler ta

Re: Terms component with shards?

2010-12-08 Thread Shawn Heisey
Interesting. Everything I had read said that it didn't work. Maybe it's SolrJ that doesn't support it in 1.4. The wiki says it requires 1.5 or later. Shawn On 12/7/2010 11:02 PM, bbarani wrote: Hey Shawn, Thanks for your reply. I tried using shards and shards qt parameter, its working l

Re: Terms component with shards?

2010-12-07 Thread bbarani
Hey Shawn, Thanks for your reply. I tried using shards and shards qt parameter, its working like charm.. I included both these component in Terms request handler and it seems to work fine even in SOLR 1.4.. Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/Te

Re: Terms component with shards?

2010-12-07 Thread Shawn Heisey
On 12/7/2010 12:53 PM, bbarani wrote: Hi, Will terms component work along with Shards? I have 3 cores and I am using shards to to distributed search. Yes - but not in Solr 1.4.x. You'll need branch_3x or trunk. https://issues.apache.org/jira/browse/SOLR-1177 Shawn

Re: Terms Component

2009-06-09 Thread Anshuman Manur
I just got the nightly build, and terms comp works great!!! merci beaucoup On Mon, Jun 8, 2009 at 8:00 PM, Aleksander M. Stensby < aleksander.sten...@integrasco.no> wrote: > You can try out the nightly build of solr (which is the solr 1.4 dev > version) containing all the new nice and shiny feat

Re: Terms Component

2009-06-08 Thread Aleksander M. Stensby
You can try out the nightly build of solr (which is the solr 1.4 dev version) containing all the new nice and shiny features of Solr 1.4:) To use Terms Component you simply need to configure the handler as explained in the documentation / wiki. Cheers, Aleksander On Mon, 08 Jun 2009 14:22:

Re: Terms Component

2009-06-08 Thread Grant Ingersoll
It seems like your /terms handler is likely expecting a q parameter due to the QueryComponent being one of the Handlers SearchComponents. What does your configuration for /terms look like? -Grant On Jun 8, 2009, at 7:48 AM, Anshuman Manur wrote: Hello, I want to use the terms component i

Re: Terms Component

2009-06-08 Thread Anshuman Manur
while on the subject, can anybody tell me when Solr 1.4 might come out? Thanks Anshuman Manur On Mon, Jun 8, 2009 at 5:37 PM, Anshuman Manur wrote: > I'm using Solr 1.3 apparently.and Solr 1.4 is not out yet. > Sorry..My mistake! > > > On Mon, Jun 8, 2009 at 5:18 PM, Anshuman Manur < > a

Re: Terms Component

2009-06-08 Thread Anshuman Manur
I'm using Solr 1.3 apparently.and Solr 1.4 is not out yet. Sorry..My mistake! On Mon, Jun 8, 2009 at 5:18 PM, Anshuman Manur wrote: > Hello, > > I want to use the terms component in Solr 1.4: But > > http://localhost:8983/solr/terms?terms.fl=name > > > But, I get the following error with