RE: Regarding Indexing Multiple Columns Best Practise

2012-03-16 Thread Husain, Yavar
Thanks Erick!! -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, March 16, 2012 6:58 PM To: solr-user@lucene.apache.org Subject: Re: Regarding Indexing Multiple Columns Best Practise I would *guess* you won't notice much/any difference. Note tha

Re: Regarding Indexing Multiple Columns Best Practise

2012-03-16 Thread Erick Erickson
I would *guess* you won't notice much/any difference. Note that, if you use a fieldType with the increment gap > 1 (the default is often set to 100), phrase queries (slop) will perform differently depending upon which option you choose. Best Erick On Thu, Mar 15, 2012 at 10:49 AM, Husain, Yavar

Re: Regarding Indexing

2008-08-29 Thread Neeti Raj
Hi You can read here and decide which strategy to adopt for maintaining multiple indexes - http://wiki.apache.org/solr/MultipleIndexes I used the 1st option of 'Multiple Solr webapps' as I used single Solr instance for indexing my 2 different modules. - Neeti On Fri, Aug 29, 2008 at 3:07 PM, s

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 02:37:10 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > I want to store two independent datas in solr index. so I decided to create > two index.But that's not possible.so i go for multicore concept in solr > .can u give me step by step procedure to create multicore in solr

Re: Regarding Indexing

2008-08-29 Thread sanraj25
I want to store two independent datas in solr index. so I decided to create two index.But that's not possible.so i go for multicore concept in solr .can u give me step by step procedure to create multicore in solr regards, Santhanaraj R Norberto Meijome-2 wrote: > > On Fri, 29 Aug 2008 00:3

Re: Regarding Indexing

2008-08-29 Thread Norberto Meijome
On Fri, 29 Aug 2008 00:31:13 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > But still i cant maintain two index. > please help me how to create two cores in solr What specific problem do you have ? B _ {Beto|Norberto|Numard} Meijome "Always listen to experts. They'll

Re: Regarding Indexing data

2008-07-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
the data is stored in Lucene format. Lucene is the place to look if you want to know the exact format. Lucene stores only "stored" fields . If you need to just index the data , the actual amount of data may be less than that of the input. --Noble On Mon, Jul 21, 2008 at 6:00 PM, sanraj25 <[EMAIL P