Re: how to avoid duplicates in search results?

2011-10-04 Thread Edoardo Tosca
t: > http://lucene.472066.n3.nabble.com/how-to-avoid-duplicates-in-search-results-tp3392524p3392524.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Edoardo Tosca Sourcesense - making sense of Open Source: http://www.sourcesense.com

DebugComponent behavour in a distributed environment

2010-10-01 Thread Edoardo Tosca
Hello everybody, i have some doubts about the current behaviour of DebugComponent at coordinator level in a sharded environment. I'm actually using Solr 1.4 While trying to test our current system using debugQuery=on i have seen that at coordinator level the timing element contains riduculous value

Re: Solr n00b question: writing a custom QueryComponent

2011-02-08 Thread Edoardo Tosca
Hi, i agree with Upayavira, probably it's better to create an external app that retrieves content from a db. Anyway, if i am not wrong, finishStage is a method called by the coordinator if you have a distributed search. if your solr is on a single machine every component should implement only pre

Re: Indexed, but cannot search

2011-03-01 Thread Edoardo Tosca
3/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on > > > > > > This gives me the response: > > start="0"> > > > > > > But when I go to > > > > > > > > > http://localhost:8983/solr/selec

Re: AlternateDistributedMLT.patch not working

2011-03-03 Thread Edoardo Tosca
orks > well . > >While working with this patch i got an error mesg like > > > > 1 out of 1 hunk FAILED -- saving rejects to file > >src/java/org/apache/solr/handler/component/MoreLikeThisComponent.java.rej > > > > Can anybody help me out? > > > > Thanks! > > Isha Garg > > > > > -- Edoardo Tosca Sourcesense - making sense of Open Source: http://www.sourcesense.com

Re: Multiple indexes

2011-06-15 Thread Edoardo Tosca
Try to use multiple cores: http://wiki.apache.org/solr/CoreAdmin On Wed, Jun 15, 2011 at 5:55 PM, shacky wrote: > Hi. > > How to have multiple indexes in SOLR, with different fields and > different types of data? > > Thank you very much! > Bye. > -- Edoardo Tosca So

Re: about standardAnaylzer in solr

2011-07-13 Thread Edoardo Tosca
;text_general" > (is both the same ?) > > XYZCorporationxyzexample.com (which all belong to > > ) > > when using Lucene, i got this > > StandardAnalyzer: > > 1: [xy&z:0->4:] > 2: [corporation:5->16:] > 3: [x...@example.com:19->34:] &

Re: Problem with Filter Query

2011-07-14 Thread Edoardo Tosca
from my schema.xml file: > > > omitNorms="true"/> > > Any help why this is happening will be much appreciated. > > Thanks. > -- Edoardo Tosca Sourcesense - making sense of Open Source: http://www.sourcesense.com

Re: Problem with Filter Query

2011-07-14 Thread Edoardo Tosca
e:second > i still get the same results. > > I will try to use solrQuery.addFilterQuery(arrayOfSupplierNames) like you > suggested and see how it goes. > > Thanks. > > > On Thu, Jul 14, 2011 at 2:49 PM, Edoardo Tosca >wrote: > > > Hi, > > have you tried with: > >

Re: Upgrading solr from 1.4 to latest version

2011-07-14 Thread Edoardo Tosca
ssage in context: > http://lucene.472066.n3.nabble.com/Upgrading-solr-from-1-4-to-latest-version-tp3164312p3164312.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Edoardo Tosca Sourcesense - making sense of Open Source: http://www.sourcesense.com

Re: Problem with Filter Query

2011-07-14 Thread Edoardo Tosca
gt; Thanks. > > On Thu, Jul 14, 2011 at 3:06 PM, Edoardo Tosca >wrote: > > > So with > > &fq=supplierName:first&fq=supplierName:second > > you don't get any results? > > > > is this field a multivalue? > > Mutliple FQs a