Can Solr solve this simple problem?

2012-04-16 Thread Alexandr Bocharov
Hi everyone :) Our company is very interesting in Solr engine for searching people. I have 3 questions below about extended capabilities of Solr, but first I'd like to present you the problem Let's say we have ~100 mln users with many characteristics - some of them described below. We want to sear

Re: Can Solr solve this simple problem?

2012-04-16 Thread Alexandr Bocharov
Thanks for your reply :) I have some new questions now: 1. How stable is trunk version? Has anyone used it on any kind of highload project in production? 2. Does version 3.6 support near real time index update? 3. What is scheme of Solr index storing? Is it all in memory for each shard or in disk w

Re: Can Solr solve this simple problem?

2012-04-17 Thread Alexandr Bocharov
yourself to the ORDER BY syntax > etc. > One of Solr's strengths is relevancy and FunctionQueries and it can do > amazing things :) > > Further answers below.. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtra

Re: Solr PHP highload search

2012-06-13 Thread Alexandr Bocharov
uch memory are you giving the JVM? Have you put a performance > monitor on the running process to see what resources have been > exhausted (i.e. are you I/O bound? CPU bound?) > > Best > Erick > > On Tue, Jun 12, 2012 at 3:40 AM, Alexandr Bocharov > wrote: > > Hi, all. >