Re: Document numbers and ids

2005-02-06 Thread Simeon Koptelov
On Sunday 06 February 2005 20:00, Chris Hostetter wrote: > : > care about their content. I only want to know a particular numeric > : > field from > : > document (id of document's category). > : > I also need to know how many docs in category were found, so I can't > : > index > : > : You should ex

Re: Re: Document numbers and ids

2005-02-04 Thread Simeon Koptelov
> By "renumbered", it means it squeezes out holes left by deletes.  The > actual order does not change and thus does not affect a Sort.INDEXORDER > sort. > > Documents are stored in the index in the order that they were indexed - > nothing changes this order.  Document id's are not permanent if

Document numbers and ids

2005-02-04 Thread Simeon Koptelov
The LiA says that I can use Sort.INDEXORDER when indexing order is relevant and gives an example where documents' ids (got from Hits.id() ) are increasing from top to bottom of resultset. Are that ids the same thing as document numbers? If they are the same, how can it be that they are preserv

Re: Re: Search on heterogenous index

2005-01-25 Thread Simeon Koptelov
>Heterogenous Documents/indices are OK - check out the second hit: > >  http://www.lucenebook.com/search?query=heterogenous+different Thanks, I'll consider buying "Lucene in Action". - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Search on heterogenous index

2005-01-21 Thread Simeon Koptelov
Hello all. I'm new to lucene and think about using it in my project. I have prices with dynamic structure, containing wares there, about 10K prices with total 500K wares. Each price has about 5 text fields. I'll do searches on wares. The difficult part is that I'll do searches for all wares, t