Lower Case Filter Factory

2008-08-11 Thread swarag
/solr/select?q=p* I get results back, but when I query as http://localhost:8983/solr/select?q=P* I get no results. Is there anything wrong im doing? Thanks, Swarag -- View this message in context: http://www.nabble.com/Lower-Case-Filter-Factory-tp18930459p18930459.html Sent from the Solr

Quick shards question

2008-07-29 Thread swarag
I'm currently looking through the source, but just wanted to verify how shards work. If a request is made to: http://localhost:8983/solr/select?shards=localhost:8983/solr,localhost:7574/solr Does the 8983 instance of Solr make an http request to both 7574 AND 8983 to search? Or does it know tha

RE: solr synonyms behaviour

2008-07-28 Thread swarag
Hi Laurent Laurent Gilles wrote: > > Hi, > > I was faced with the same issues reguarding multiwords synonyms > Let's say a synonyms list like: > > club, bar, night cabaret > > Now if we have a document containing "club", with the default synonyms > filter behaviour with expand=true, we will

Re: solr synonyms behaviour

2008-07-25 Thread swarag
swarag wrote: > > > Yonik Seeley wrote: >> >> On Tue, Jul 15, 2008 at 2:27 PM, swarag <[EMAIL PROTECTED]> >> wrote: >>> To my understanding, this means I am using synonyms at index time and >>> NOT >>> query time. And yet, I am stil

Re: solr synonyms behaviour

2008-07-15 Thread swarag
Yonik Seeley wrote: > > On Tue, Jul 15, 2008 at 2:27 PM, swarag <[EMAIL PROTECTED]> > wrote: >> To my understanding, this means I am using synonyms at index time and NOT >> query time. And yet, I am still having these problems with synonyms. > > Can you give a

Re: solr synonyms behaviour

2008-07-15 Thread swarag
matt connolly wrote: > > You won't have the multiple word problem if you use synonyms at index time > instead of query time. > > > swarag wrote: >> >> Here is a basic example of some synonyms in my synonyms.txt: >> club=>club,bar,night cabaret >

Re: solr synonyms behaviour

2008-07-15 Thread swarag
matt connolly wrote: > > > swarag wrote: >> >> Knowing the Lucene struggles with multi-word query-time synonyms, my >> question is, does this also affect index-time synonyms? What other >> alternatives do we have if we require there to be multiple word synony

Re: solr synonyms behaviour

2008-07-08 Thread swarag
hossman wrote: > > This is "Issue #1" regarding trying to use query time multi word synonyms > discussed on the wiki... > >>> "The Lucene QueryParser tokenizes on white space before giving any >>> text to the Analyzer, so if a person searches for the words sea biscit >>> the analyzer will be

Distributed Search Caching

2008-04-24 Thread swarag
hey, I have a distributed search environment with one server hitting 3 shards. for Example: http://server1.cs.tmcs:15100/solr/search/?q=starbucks&shards=server1.cs.tmcs:8983/solr,server2.cs.tmcs:8983/solr,server3.cs.tmcs:8983/solr&collapse.field=locChainId So, where is the cache stored? Is is dist

Distributed Search

2008-04-08 Thread swarag
Hi, I am trying to search through a distributed index and when I enter this link: http://wil1devsch1.cs.tmcs:8983/select?shards=wil1devsch1.cs.tmcs:8983,wil1devsch1.cs.tmcs:8080&q=pizza But it always gives me results from the index stored on 8983 and not on 8080. Is there anything wrong in what

Re: Number of docs per segments

2008-04-08 Thread swarag
/sematext.com/ -- Lucene - Solr - Nutch > > - Original Message > From: swarag <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Monday, April 7, 2008 2:31:55 PM > Subject: Number of docs per segments > > > I have about 15 millions documents tot

Re: restrictions on distributed search

2008-04-07 Thread swarag
So does it mean that Solr doesnt support QueryElevation (boost values) wouldnt work on a distributed search? Koji Sekiguchi-2 wrote: > > Thank you, Yonik! > > Koji >> - doesn't currently support date faceting >> - currently only supports sorted field facets >> >> > > -- View this messag

Number of docs per segments

2008-04-07 Thread swarag
I have about 15 millions documents totalling 27GB I would like to know how many segments I would need split them into. I am trying to achieve a qps of 100? -- View this message in context: http://www.nabble.com/Number-of-docs-per-segments-tp16538528p16538528.html Sent from the Solr - User m

Master Slave Replication

2008-03-25 Thread swarag
I want to know if we can use index replication when we have segmented indexes over multiple solr instances? -- View this message in context: http://www.nabble.com/Master-Slave-Replication-tp16293553p16293553.html Sent from the Solr - User mailing list archive at Nabble.com.

RAM Based Index for Solr

2008-03-19 Thread swarag
In Lucene there is a Ram Based Index "org.apache.lucene.store.RAMDirectory". Is there a way to setup my index in solr to use a RAMDirectory? -- View this message in context: http://www.nabble.com/RAM-Based-Index-for-Solr-tp16166036p16166036.html Sent from the Solr - User mailing list archive at