Factory cannot be cast

2009-11-18 Thread sophSophie
Hi, previously I was using a NGramFilterFactory for the completion on my website but the EdgeNGramTokenizerFactory seems to be more pertinent. I defined my own field type but when I start solr I got the error log : GRAVE: java.lang.ClassCastException: org.apache.solr.analysis.EdgeNGramTokenize

Re: AW: JQuery and autosuggest

2009-10-30 Thread sophSophie
#artist").autocomplete( > 'http://localhost:8983/solr/completion/select/?wt=json', { > > you have to change localhost to the correct servername > > > -- > mit freundlichen Grüßen > > Markus Rietzler - > Rechenzentrum der Finanzverwaltung NRW > 0211/45

JQuery and autosuggest

2009-10-30 Thread sophSophie
Hello, I'm trying to build a autocomplete text box. I think that everything is ok in the schema.xml and the solrconfig.xml side as I have correct responses through the solr admin page (I got something like that :http://brainmaths.fr/IMG/response.txt ). I don't know really javascript and I tried

Re: Concatening two fields

2009-10-21 Thread sophSophie
Hello thank you for your response, the field3 was well defined, I just forgot to reindex my data. Regards Sophie Grant Ingersoll-6 wrote: > > > On Oct 19, 2009, at 7:21 AM, sophSophie wrote: > >> >> Hello, >> >> firstly sorry for my english :) >&g

Concatening two fields

2009-10-19 Thread sophSophie
Hello, firstly sorry for my english :) Since last Friday I try to define in shema.xml a new field that is the concatenation of two other fields. So in schemal.xml I have these fields : field3 In my .csv file date are stored like that : field1 ; field2 toto ; titi In my mind field3