Re: Biggest index

2008-03-16 Thread Antony Bowesman
[EMAIL PROTECTED] wrote: Yes of course, the answers to your questions are important too. But no anwser at all until now :( One example: 1.5 million documents Approx 15 fields per document DB is 10-15GB (can't find correct figure) All on one machine. No stats on search usage though. We're abo

word position operator?

2008-03-16 Thread Darren Govoni
Hi, I want to do a query such as word: first* where I want 'first' to be the start of the string value contained in the word field and not somewhere inside it. What's the best way to do this? thanks for any tips, Darren

Re: Document ID shuffling under 2.3.x (on merge?)

2008-03-16 Thread Daniel Noll
On Thursday 13 March 2008 19:46:20 Michael McCandless wrote: > But, when a normal merge of segments with deletions completes, your > docIDs will shift. In trunk we now explicitly compute the docID > shifting that happens after a merge, because we don't always flush > pending deletes when flushing

Re: how to see the indexed,tokenized but not stored field

2008-03-16 Thread ZaeX
Thanks very much. 2008/3/16, Erick Erickson <[EMAIL PROTECTED]>: > > Use the Luke, force. Google Lucene and Luke and you'll find the link > to a wonderful tool that'll allow you to examine your index in great > detail. > > Best > Erick > > On Sun, Mar 16, 2008 at 4:45 AM, ZaeX <[EMAIL PROTECTED]>

Re: how to see the indexed,tokenized but not stored field

2008-03-16 Thread Erick Erickson
Use the Luke, force. Google Lucene and Luke and you'll find the link to a wonderful tool that'll allow you to examine your index in great detail. Best Erick On Sun, Mar 16, 2008 at 4:45 AM, ZaeX <[EMAIL PROTECTED]> wrote: > Hi, all > > I got some troubles on getting expected search results, so I

how to see the indexed,tokenized but not stored field

2008-03-16 Thread ZaeX
Hi, all I got some troubles on getting expected search results, so I want to check what info is stored (more precisely, how was it tokenized) in index for some fields. (indexed and tokenized but not stored) Please tell me how to get that. Thanks. -- Time is mana, we must hurry

how can I see the indexed,tokenized field

2008-03-16 Thread ZaeX
Hi, all I got some troubles on getting expected search results, so I want to check what info is stored (more precisely, how was it tokenized) in index for some fields. (indexed and tokenized but not stored) Please tell me how to get that. Thanks. -- Time is mana, we must hurry