Re: cahining copyFields

2008-10-06 Thread Batzenmann
Batzenmann wrote: > > cahining > and meant: 'chaining' - sry for spamming, Axel -- View this message in context: http://www.nabble.com/cahining-copyFields-tp19839265p19839530.html Sent from the Solr - User mailing list archive at Nabble.com.

cahining copyFields

2008-10-06 Thread Batzenmann
Hi, I recently discovered that the copyFields directive exclusively works for copying fields from the input doc to the indexed/stored doc. I'd like to be able to do the following: excerpt from schema.xml: where only "someInputField1..4" is specified in the doc in th

Re: Howto concatenate tokens at index time (without spaces)

2008-10-01 Thread Batzenmann
Otis Gospodnetic wrote: > > I haven't used the German analyzer (either Snowball or the one we have in > Lucene's contrib), but have you checked if that does the trick of keeping > words together? > I'm not sure how this can work out with words that are space separated, especially since we use a

Howto concatenate tokens at index time (without spaces)

2008-09-30 Thread Batzenmann
Hi, I'm looking for a way to create a fieldtype which will apart from the whitespacedtokenized tokens also store concatenated versions of the tokens. The ShingleFilter does s.th. very similar but keeps spaces in between words. In german a shoe(Schuh) you wear in your 'spare time'(Freizeit) is ac

Re: Refresh of synonyms.txt without reload

2008-09-25 Thread Batzenmann
Walter Underwood wrote: > > First, define separate analyzer/filter chains for index and query. > Do not include synonyms in the query chain. > > Second, use a separate indexing system and use Solr index distribution > to sync the indexes to one or more query systems. This will create a new > Se

Re: Refresh of synonyms.txt without reload

2008-09-25 Thread Batzenmann
Hi again, Walter Underwood wrote: > > More details on index-time vs. query-time synonyms are here: > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#SynonymFilter > thx, for pointing that out - That's definitely s.th. worth revising. Butimho the issue of a changing synonyms.txt

Refresh of synonyms.txt without reload

2008-09-23 Thread Batzenmann
Hi, I'm quite new to solr and I'm looking for a way to extend the list of used synonyms used at query-time without having to reload the config. What I've found so far are these tow thread linked to below, of which neither really helped me out. Especially the MultiCore solution seems a little bit