Re: Solr TermsComponent: space in term

2010-11-14 Thread Parsa Ghaffari
Alphanumeric + "_" + "%" + "." So to say: "John_Smith", "John Smith", "John_B._Smith" and "John 44 Smith" are all possible values. On Sun, Nov 14, 2010 at 11:46 PM, Ahmet Arslan wrote: > > --- On Sun, 11/14/

Re: Solr TermsComponent: space in term

2010-11-14 Thread Parsa Ghaffari
Hi Ahmet, This is the fieldType for "name": and: there's no ShingleFilterFactory. And also after changing parameters in the schema, should one re-index the table? On Sun, N

Solr TermsComponent: space in term

2010-11-14 Thread Parsa Ghaffari
Hi folks, I'm using Solr 1.4.1 and I'm willing to use TermsComponent for AutoComplete. The problem is, I can't get it to match strings with spaces in them. So to say, terms.fl=name&terms.lower=david&terms.prefix=david&terms.lower.incl=false&indent=true&wt=json matches all strings starting with "

Copying index to another server

2010-10-07 Thread Parsa Ghaffari
Hi fellas, I'm a Solr noob. I have an instance of Solr running on one server with some data inside. I need to move this data to another server and put it in a fresh copy of Solr, how can I do that? Cheers Parsa