search for a number within a range, where range values are mentioned in documents

2010-12-15 Thread Arunkumar Ayyavu
Hi! I have a typical case where in an attribute (in a DB record) can contain different ranges of numeric values. Let us say the range values in this attribute for "record1" are (2-4,5000-8000,45000-5,454,231,1000). As you can see this attribute can also contain isolated numeric values

Re: DIH - configure password in 1 place and store it in encrypted form?

2010-10-21 Thread Arunkumar Ayyavu
al Message- > From: Gora Mohanty [mailto:g...@mimirtech.com] > Sent: Sunday, October 17, 2010 7:05 PM > To: solr-user@lucene.apache.org > Subject: Re: DIH - configure password in 1 place and store it in > encrypted form? > > On Sun, Oct 17, 2010 at 7:02 PM, Arunkumar Ayyavu >

DIH - configure password in 1 place and store it in encrypted form?

2010-10-17 Thread Arunkumar Ayyavu
Hi! I have multiple cores reading from the same database and I've provided the user credentials in all data-config.xml files. Is there a way to tell JdbcDataSource in data-config.xml to read the username and password from a file? This would help me not to change the username/password in multiple d

Re: Multiple masters and replication between masters?

2010-10-11 Thread Arunkumar Ayyavu
m/ > > > > - Original Message >> From: Arunkumar Ayyavu >> To: solr-user@lucene.apache.org >> Sent: Sun, October 10, 2010 1:57:34 PM >> Subject: Re: Multiple masters and replication between masters? >> >> On Mon, Oct 4, 2010 at 4:58 PM, Upayavira

Re: Multiple masters and replication between masters?

2010-10-10 Thread Arunkumar Ayyavu
On Mon, Oct 4, 2010 at 4:58 PM, Upayavira wrote: > On Mon, 2010-10-04 at 00:25 +0530, Arunkumar Ayyavu wrote: >> I'm looking at setting up multiple masters for redundancy (for index >> updates). I found the thread in this link >> (http://www.lucidimagination.com/search

Multiple masters and replication between masters?

2010-10-03 Thread Arunkumar Ayyavu
I'm looking at setting up multiple masters for redundancy (for index updates). I found the thread in this link (http://www.lucidimagination.com/search/document/68ac303ce8425506/multiple_masters_solr_replication_1_4) discussed this subject more than a year back. Does Solr support such configuration

Re: Autosuggest with inner phrases

2010-10-03 Thread Arunkumar Ayyavu
I had the same question few days back. You can look at the solution suggested by Chantal in this link. http://www.lucidimagination.com/search/document/9bbce5302bd3940e/autocomplete_match_words_anywhere_in_the_token#cec7133bbaf5b49c On Sat, Oct 2, 2010 at 3:44 PM, sivaprasad wrote: > > Hi , > I im

Re: Autocomplete: match words anywhere in the token

2010-09-24 Thread Arunkumar Ayyavu
I realize that Solr has facet.mincount and I believe I could use that. Sorry for writing too many mails without much study. On Fri, Sep 24, 2010 at 5:57 PM, Arunkumar Ayyavu < arunkumar.ayy...@gmail.com> wrote: > > > On Fri, Sep 24, 2010 at 5:22 PM, Arunkumar Ayyavu &l

Re: Autocomplete: match words anywhere in the token

2010-09-24 Thread Arunkumar Ayyavu
On Fri, Sep 24, 2010 at 5:22 PM, Arunkumar Ayyavu < arunkumar.ayy...@gmail.com> wrote: > Thanks. That was cool. > > Now, I'm looking into another problem. Say, I search for sony, I don't want > to see all that starts with sony. Only when I type more text, say son

Re: Autocomplete: match words anywhere in the token

2010-09-24 Thread Arunkumar Ayyavu
On Thu, Sep 23, 2010 at 1:57 PM, Chantal Ackermann < chantal.ackerm...@btelligent.de> wrote: > On Wed, 2010-09-22 at 20:14 +0200, Arunkumar Ayyavu wrote: > > Thanks for the responses. Now, I included the EdgeNGramFilter. But, I get > > the following results when I se

Re: Autocomplete: match words anywhere in the token

2010-09-24 Thread Arunkumar Ayyavu
e tokenized fields for searching and the > actual facet queries. > > Cheers, > Chantal > > > On Wed, 2010-09-22 at 16:39 +0200, Jason Rutherglen wrote: > > This may be what you're looking for. > > > http://www.lucidimagination.com/blog/2009/09/08/auto-sugg

Re: Autocomplete: match words anywhere in the token

2010-09-22 Thread Arunkumar Ayyavu
ible. > > See http://search-lucene.com/m/Zfxp52FX49G1 > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > On 22. sep. 2010, at 13.41, Arunkumar Ayyavu wrote: > > > It's been over a week since I started learning Solr. N

Autocomplete: match words anywhere in the token

2010-09-22 Thread Arunkumar Ayyavu
It's been over a week since I started learning Solr. Now, I'm using the electronics store example to explore the autocomplete feature in Solr. When I send the query terms.fl=name&terms.prefix=canon to terms request handler, I get the following response 2 But I expect the following resu