dismax + wildcard

2009-11-04 Thread Jan Kammer
Hi there, what is the best way to search all fields AND use wildcards? Somewhere I read that there are problems with this combination... (dismax + wildcard) Thanks, Jan smime.p7s Description: S/MIME Cryptographic Signature

mac osx server + tomcat + solr

2010-04-21 Thread Jan Kammer
Hi there, i got a problem with the combination solr + tomcat under mac osx server (snow leopard). Versions: tomcat 6.0 and newest solr. Solr works fine with jetty. But with the same solr i get the error "HTTP Status 404 - missing core name in path". I see the first site, but when i click on

Re: mac osx server + tomcat + solr

2010-04-21 Thread Jan Kammer
nts to the folder (solr) holding "data" and "conf" On 4/21/10, Jan Kammer wrote: Hi there, i got a problem with the combination solr + tomcat under mac osx server (snow leopard). Versions: tomcat 6.0 and newest solr. Solr works fine with jetty. But with the same solr i

Re: mac osx server + tomcat + solr

2010-04-21 Thread Jan Kammer
e solr web-app. solr/home may be set in your xml-file like this PATH_TO_SOLR_HOME must contains "conf" and "data" folders On 4/21/10, Jan Kammer wrote: hi, thanks for your answer. I defined the path in an xml-file in Tomcat/conf/Catalina/localhost/ I read that this mus

Re: mac osx server + tomcat + solr

2010-04-21 Thread Jan Kammer
Is also correct. Abdelhamid ABID schrieb: Well, check your solr config file if the folder "Data" is correctly defined, you may set it like this: ${solr.data.dir:} On 4/21/10, Jan Kammer wrote: Exactly that i got in the file but it doesn't work :-( Abdelhamid ABID

SpellChecking

2010-05-03 Thread Jan Kammer
Hi there, I want to enable spellchecking, but i got many fields. I tried around with copyfield to copy all with "*" in one field, but that didnt work. Next try was to copy some fields specified each by name in one field named "spell", but that worked only for 2 or 3 fields, but not for 10 or

Re: SpellChecking

2010-05-03 Thread Jan Kammer
Hi, if I define one of my normal fields from schema.xml in solrconfig.xml for spellchecking all works fine: ... That didnt work, because nothing was in "spell" after that. Next try was to copy each field in a line to "spell": ... This does work up to 3 documents, if i define more, the c

Re: SpellChecking

2010-05-03 Thread Jan Kammer
uest. Regards, Gert. -Original Message- From: Jan Kammer [mailto:jan.kam...@mni.fh-giessen.de] Sent: Montag, 3. Mai 2010 16:26 To: solr-user@lucene.apache.org Subject: Re: SpellChecking Hi, if I define one of my normal fields from schema.xml in solrconfig.xml for spellchecking all works

Re: SpellChecking

2010-05-04 Thread Jan Kammer
Hi, thanks, exactly that i forgot. Now it works fine. :-) Am 03.05.2010 16:50, schrieb Michael Kuhlmann: Am 03.05.2010 16:43, schrieb Jan Kammer: Hi, It worked fine with a normal field. There must something wrong with copyfield, or why does dataimporthandler add/update no more documents

Re: defaultSearchField

2010-05-19 Thread Jan Kammer
There is something called dismax-requesthandler. I think this is what you are looking for. greetz, Jan Am 19.05.2010 15:47, schrieb Antonello Mangone: Hi to everyone, I'd like to know if it's possible to use the * defaultSearchField* on more fields ??? i.e. field1, field2, field3 Thanks