RE: indexing images of a document

2008-06-10 Thread Steven A Rowe
Hi Bernd, On 06/10/2008 at 2:40 PM, Bernd Mueller wrote: > Actually it is not about searching the binary data. I just > wanna have the whole document (together with the "image stuff") > to be stored in the index. So when I got a hit of a search on a > document that I can extract the document with

RE: indexing images of a document

2008-06-10 Thread Bernd Mueller
Hi Steve, Actually it is not about searching the binary data. I just wanna have the whole document (together with the "image stuff") to be stored in the index. So when I got a hit of a search on a document that I can extract the document with its images (and the images' meta information). Nice w

RE: indexing images of a document

2008-06-10 Thread Steven A Rowe
Hi Bernd, It's still not clear what you want to do. What will a search look like? On 06/10/2008 at 8:36 AM, Bernd Mueller wrote: > I will try to explain what I mean with image stuff. An image in > xml-documents is usually an url to the location where the image is > stored. Additionally, such an

Re: indexing images of a document

2008-06-10 Thread Bernd Mueller
Hi Erick, Thanks for your fast reply. I will try to explain what I mean with image stuff. An image in xml-documents is usually an url to the location where the image is stored. Additionally, such an image tag contains information like offset, width and height. I am thinking about storing the

Re: indexing images of a document

2008-06-10 Thread Erick Erickson
You add as many fields to the document while indexing as you need to correctly contain your "image stuff". If this answer seems cryptic, it's as clear as your problem statement . To give you a meaningful answer, we need a much clearer problem statement. What is "image stuff", what format is it in,

indexing images of a document

2008-06-10 Thread Bernd Mueller
Hello, I have XML-documents containing image information. These images should be indexed with the document by having one additional field with the image stuff. Could anyone please give me some hints how I can manage this? Regards, Bernd ---