Re: Indexing lists of IDs

2010-04-14 Thread Kristjan Siimson
ssage- > > From: Kristjan Siimson [mailto:kristjan.siim...@gmail.com] > > Sent: Wednesday, April 14, 2010 9:16 PM > > To: java-user@lucene.apache.org > > Subject: Indexing lists of IDs > > > > Hello, > > > > I have document for which I'd like to i

RE: Indexing lists of IDs

2010-04-14 Thread Uwe Schindler
age- > From: Kristjan Siimson [mailto:kristjan.siim...@gmail.com] > Sent: Wednesday, April 14, 2010 9:16 PM > To: java-user@lucene.apache.org > Subject: Indexing lists of IDs > > Hello, > > I have document for which I'd like to index an array of indexes. For &g

Re: Indexing lists of IDs

2010-04-14 Thread Rene Hackl-Sommer
Hi Kristjan, which Tokenizer and Filters are you using for the ID field? Rene Am 14.04.2010 21:15, schrieb Kristjan Siimson: Hello, I have document for which I'd like to index an array of indexes. For example, there is a product that belongs to categories with IDs 12, 15, 16, 145, 148. I'd li

Indexing lists of IDs

2010-04-14 Thread Kristjan Siimson
Hello, I have document for which I'd like to index an array of indexes. For example, there is a product that belongs to categories with IDs 12, 15, 16, 145, 148. I'd like to index these categories, and then be able to use them in queries, so that I can search for product which's name is "Bottle" a