Re: Writing an Analyzer for storing and retrieving a payload (was: Storing additional Metadata with Fields)

2010-10-15 Thread Christoph Hermann
Am Freitag, 15. Oktober 2010, 20:13:17 schrieb Erick Erickson: Hello, > Have you seen: > http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloa > ds/ Sure. There is also http://www.lucidimagination.com/blog/2010/04/18/refresh-getting-started-with- payloads/ http://sujitpal.b

Re: Writing an Analyzer for storing and retrieving a payload (was: Storing additional Metadata with Fields)

2010-10-15 Thread Erick Erickson
Have you seen: http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/ ? And I don't think payloads are added unless they're specified in the term. And even if they are, is your index big enough

Writing an Analyzer for storing and retrieving a payload (was: Storing additional Metadata with Fields)

2010-10-15 Thread Christoph Hermann
Am Donnerstag, 14. Oktober 2010, 14:43:41 schrieb Christoph Hermann: Hello, > It seems Playload gets added to > every term in the index, so in my case i would store the x,y and page > values for every word and increase the index much more than i'd need. > Any approach for preventing this? > > An

Re: Storing additional Metadata with Fields

2010-10-14 Thread Christoph Hermann
Am Donnerstag, 14. Oktober 2010, 12:29:43 schrieben Sie: Hello, > > is there a way to store additional metadata with fields? > > Example: > > I have the following content: > > > > This is a very > > interesting text. > > This is boring text > > > > Is there any way to include the page,x,y val

Re: Storing additional Metadata with Fields

2010-10-14 Thread Pradeep Singh
Payload!! 2010/10/14 Christoph Hermann > Hi, > > is there a way to store additional metadata with fields? > > My Problem is as follows: > I'm extracting extended html with tika. This extended html contains > references > to pages, x,y values of the text etc. I want to be able to retrieve those >

Storing additional Metadata with Fields

2010-10-14 Thread Christoph Hermann
Hi, is there a way to store additional metadata with fields? My Problem is as follows: I'm extracting extended html with tika. This extended html contains references to pages, x,y values of the text etc. I want to be able to retrieve those values when text was found while searching. So when cr