NOT NULL Query

2008-10-15 Thread John E. McBride
Hello All, I need to run a query which asks: field = NOT NULL should this perhaps be done with a filter? I can't find out how to do NOT NULL from the documentation, would appreciate any advice. Thanks, John

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread John E. McBride
f they are on the english website they should be able if they enter a french word "chien" for "dog" to find french videos. I don't know if I'm clear?? and even so text should manage all the other language which are not managed in the other cores ?? thanks John E

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread John E. McBride
umbers="0" catenateAll="0" splitOnCaseChange="1"/> sunnyfr wrote: Hi, Thanks guys for your answer, but I don't think I can use multi-core for each language, because for exemple if somebody is connected from Italia and if there is not that much Ita

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread John E. McBride
Fairly nebulous requirements, but I recently was involved in a multilingual search platform. The approach, translated to solr 1.3 would be to use multicore - one core per geography. Then a schema.xml per core, each with a different language in the porter algorithm, stopwords etc - taken from