RE: custom attributs in tokens

2010-11-24 Thread jan.kurella
Of course: We are trying to search in documents that contain text in several languages. We are also investigating other approaches*, so this is not about finding other variants. the goal is to only match tokens from 1 or more given languages and not to match the token if it is by accident the s

RE: custom attributs in tokens

2010-11-23 Thread jan.kurella
Yes, payloads I will use. But they perform at score time and not at search time. I just wanted to know if there is anything like that. "not even on trunk" does this mean there is a discussion about this ongoing somewhere? I'm just curious. Jan -Original Message- From: ext Simon Willnau

custom attributs in tokens

2010-11-23 Thread jan.kurella
Hi, I found a blog post from 2008 where it says, there will be additional custom attributes for tokens in the future, that will be searchable. What is the status of these? Jan

[SOLR] DisMaxQParserPlugin and Tokenization

2010-11-22 Thread jan.kurella
Hi, if there is a solr newsgroup better suited form y question, please point me there. Using the SearchHandler with the deftype=”dismax” option enables the DisMaxQParserPlugin. From investigating it seems, it is just tokenizing by whitespace. Although by looking in the code I could not find t

Holding and changing index wide information

2010-07-22 Thread jan.kurella
Hi, When using incremental updating via Solr, we want to know, which update is in the current index. Each update has a number. How can we store/change/retrieve this number with the index. We want to store it in the index to replicate it to any slaves as well. So basically can I store/change/ret

RE: Docs with any score are collected in the Collector implementations

2010-06-02 Thread jan.kurella
Ok, that's probably because I move from lucene to solr. We will need to filter them from the result manually then first. Jan - Ursprüngliche Mitteilung - > > : Thanks, have overseen this implementation. How to get solr configured > to > : use this wrapper collector? Or is this the wrong

RE: Docs with any score are collected in the Collector implementations

2010-06-02 Thread jan.kurella
Added a comment in the JIRA mentioned below. I do not feel to create already a patch on my first chat to you guys ;) Jan -Original Message- From: ext Simon Willnauer [mailto:simon.willna...@googlemail.com] Sent: Mittwoch, 2. Juni 2010 11:47 To: java-user@lucene.apache.org Subject: Re: D

RE: Docs with any score are collected in the Collector implementations

2010-06-02 Thread jan.kurella
Thanks, have overseen this implementation. How to get solr configured to use this wrapper collector? Or is this the wrong mailing list for this question? :) As far as I read the solr code it is not meant to configure the collectors at all without touching the code... Jan -Original Message-

Docs with any score are collected in the Collector implementations

2010-06-02 Thread jan.kurella
Hi, Formerly the HitCollector stored only docs with score bigger than 0.0f. This check is not implemented in any Collector implementation. Especially in the two implementation used by solr: InOrderTopScoreDocCollector and OutOfOrderTopScoreDocCollector. How to not collect documents with a scor