Re: structuring

2014-08-14 Thread Erick Erickson
You haven't given us anything to go on here, details matter. What is your field definition? How often do you commit? What is the query that's slow? What have you tried? You might want to review: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Thu, Aug 14, 2014 at 2:06 AM, Oded Sof

structuring

2014-08-14 Thread Oded Sofer
Hello  I am trying to indexed structured data, kind of event log (user, client, serverIP, time, etc.);  I would like to enable specific field search (e.g., user = John Smith) and free text search (e.g., John Smith).  I've tried to index each field seperately and all string together in another

Re: Architectural question structuring solr, multiple instances or filters

2012-03-02 Thread Erick Erickson
A lot depends on the size here. If each user has a zillion records, consider multiple indexes. But by and large, if they all fit in a single index the maintenance is simpler if you just have a single index (core). And a single core also makes somewhat more efficient use of memory etc. Best Erick

Re: Architectural question structuring solr, multiple instances or filters

2012-03-02 Thread Mikhail Khludnev
1.)To have one big index and filter by customer-name On Fri, Mar 2, 2012 at 11:25 AM, Ramo Karahasan < ramo.karaha...@googlemail.com> wrote: > 1.)To have one big index and filter by customer-name -- Sincerely yours Mikhail Khludnev Lucid Certified Apache Lucene/Solr Developer Grid Dy

Architectural question structuring solr, multiple instances or filters

2012-03-01 Thread Ramo Karahasan
Hi I face the issue that i have n business-user. Each business-user has it's own amount products. I want to provide an interface for each business-user where he can find only the products he offers. What would be a be a better solution: 1.)To have one big index and filter by customer-name

Re: Index structuring

2008-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
>>> >> Ritesh Ambastha >>> >> >>> >> Noble Paul നോബിള്‍ नोब्ळ् wrote: >>> >>> >>> >>> You could have been more specific on the dataset size. >>> >>> >>> >>> If your data volumes are

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
gt;>> --Noble >> >>> >> >>> On Sat, May 31, 2008 at 9:02 PM, Ritesh Ambastha >> >>> <[EMAIL PROTECTED]> >> >>> wrote: >> >>>> >> >>>> Dear Readers, >> >>>> >> >>

Re: Index structuring

2008-06-04 Thread Shalin Shekhar Mangar
your index into > >>> multiple shards. > >>> http://wiki.apache.org/solr/DistributedSearch > >>> --Noble > >>> > >>> On Sat, May 31, 2008 at 9:02 PM, Ritesh Ambastha > >>> <[EMAIL PROTECTED]> > >>> wrote: >

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
gt;> >>> On Sat, May 31, 2008 at 9:02 PM, Ritesh Ambastha >>> <[EMAIL PROTECTED]> >>> wrote: >>>> >>>> Dear Readers, >>>> >>>> I am a newbie in solr world. I have successfully deployed solr on my >>>> machi

Re: Index structuring

2008-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
t >>> internal index structure of solr is much capable to handle large data >>> sets. >>> >>> But, say my data size keeps growing at jet speed, then what should be the >>> index structure? Do I need to follow some specific index structuring >>>

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
eeps growing at jet speed, then what should be the >> index structure? Do I need to follow some specific index structuring >> patterns/algos for handling such massive data? >> >> I am sorry as I may be sounding novice in this area. I would appreciate >> your >>

Re: Index structuring

2008-05-31 Thread Noble Paul നോബിള്‍ नोब्ळ्
speed, then what should be the > index structure? Do I need to follow some specific index structuring > patterns/algos for handling such massive data? > > I am sorry as I may be sounding novice in this area. I would appreciate your > thoughts/suggestions. > > Regards, > Ritesh

Index structuring

2008-05-31 Thread Ritesh Ambastha
should be the index structure? Do I need to follow some specific index structuring patterns/algos for handling such massive data? I am sorry as I may be sounding novice in this area. I would appreciate your thoughts/suggestions. Regards, Ritesh Ambastha -- View this message in context: http