RE: Near Real Time

2009-10-21 Thread George Aroush
> >   Further without the NRT features present what's the closest I can > > expect to real time for the typical use case (obviously this will vary > > but the average deploy). One hour? One Minute? It seems like there are > > a few hacks to get somewhat close. Thanks so much. > > Depends a lot o

Solr* != solr*

2008-07-01 Thread George Aroush
Hi Folks, Can someone tell me what I might have setup wrong? After indexing my data, I can search just fine on, let say "sol*" but not on "Sol*" (note upper case 'S' vs. lower case 's') I get 0 hits. Here is my customize schema.xml setting:

schema.xml for CJK, German, French, etc.

2008-07-02 Thread George Aroush
Hi Folks, Has anyone created schema.xml for languages other then English? I like to see a working example mainly for CJK, German and French. If you have can you share them? TO get me started, I created the following for German: Will th

RE: schema.xml for CJK, German, French, etc.

2008-07-02 Thread George Aroush
PM > To: solr-user@lucene.apache.org > Subject: Re: schema.xml for CJK, German, French, etc. > > > On Jul 2, 2008, at 9:16 PM, George Aroush wrote: > > Has anyone created schema.xml for languages other then English? > > Indeed. > > > I like to > > see a

RE: Solr* != solr*

2008-08-01 Thread George Aroush
> This would solve the Sol* issue because when indexed all > terms for the "text" field are lowercased during analysis. > > An functional alternative, of course, is to have the client > lowercase the query expression before requesting to Solr > (careful, though -

Commit frequency

2009-01-16 Thread George Aroush
Hi Folks, I'm trying to collect some data -- if you can share them -- about the frequency of commit you have set on your index and at what rate did you find it acceptable. This is for a none-master / slave setup. For my case, in a test environment, I have experimented with a 1 minute interval (e

RE: multiple indices

2007-09-11 Thread George Aroush
> > I was going through some old emails on this topic. Rafael Rossini > > figured out how to run multiple indices on single instance of jetty > > but it has to be jetty plus. I guess jetty doesn't allow this? I > > suppose I can add additional jars and make it work but I > haven't tried > > th

Solr and WebSphere 6.1

2007-12-28 Thread George Aroush
Hi folks, Has anyone managed to get Solr 1.2 to run under WebSphere 6.1? If so, can you share your experience, what configuration, settings, etc. you had to do. Someone asked this questions earlier this month, but I don't see anyone followed up -- so I'm asking again since I have this need too.