Re: custom attributs in tokens

2010-11-25 Thread Simon Willnauer
On Thu, Nov 25, 2010 at 3:25 PM, Jan Kurella wrote: > Hi Simon, > > On 25.11.2010 10:40, ext Simon Willnauer wrote: >> >> Hi Jan, >> >> On Wed, Nov 24, 2010 at 9:12 AM,  wrote: >>> >>> Of course: >>> >>> We are trying to search in documents that contain text in several >>> languages. We are also i

Re: custom attributs in tokens

2010-11-25 Thread Jan Kurella
Hi Simon, On 25.11.2010 10:40, ext Simon Willnauer wrote: Hi Jan, On Wed, Nov 24, 2010 at 9:12 AM, wrote: 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 go

Re: custom attributs in tokens

2010-11-25 Thread Simon Willnauer
llna...@googlemail.com] > Sent: Dienstag, 23. November 2010 17:50 > To: java-user@lucene.apache.org > Subject: Re: custom attributs in tokens > > On Tue, Nov 23, 2010 at 4:50 PM,   wrote: >> Yes, payloads I will use. But they perform at score time and not at search >> time. I

RE: custom attributs in tokens

2010-11-24 Thread jan.kurella
, but also available during search and controlled by a similarity... Jan -Original Message- From: ext Simon Willnauer [mailto:simon.willna...@googlemail.com] Sent: Dienstag, 23. November 2010 17:50 To: java-user@lucene.apache.org Subject: Re: custom attributs in tokens On Tue, Nov 23, 20

Re: custom attributs in tokens

2010-11-23 Thread Simon Willnauer
: java-user@lucene.apache.org > Subject: Re: custom attributs in tokens > > Attribute Serialization is not implemented yet, not even in trunk. You > can use payloads instead. > > Simon > > On Tue, Nov 23, 2010 at 2:43 PM,   wrote: >> Hi, >> >> I found a blog p

RE: custom attributs in tokens

2010-11-23 Thread jan.kurella
From: ext Simon Willnauer [mailto:simon.willna...@googlemail.com] Sent: Dienstag, 23. November 2010 16:44 To: java-user@lucene.apache.org Subject: Re: custom attributs in tokens Attribute Serialization is not implemented yet, not even in trunk. You can use payloads instead. Simon On Tue, Nov 23,

Re: custom attributs in tokens

2010-11-23 Thread Simon Willnauer
Attribute Serialization is not implemented yet, not even in trunk. You can use payloads instead. Simon On Tue, Nov 23, 2010 at 2:43 PM, wrote: > 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.