Adding fields to an existing index fails?

2006-07-14 Thread JMA
that would be very common. I do not want to reindex every document from scratch again just to add a field. Help please. Thanks, JMA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Soccer-themed question: null fields?

2006-06-18 Thread JMA
For example, if instead we have one field... NAME: Brian McBride NAME: Agustin Delgado NAME: Zinha NAME: Kaka Can I answer the same question by finding all documents where the number of terms in the NAME field is 1 and only 1? Is there a way to do that? Thanks in advance

RE: Breaking up text in fields or aggregate fields idea or field inheritance

2006-05-26 Thread JMA
Thankyou Chuck, Analyzer.getPositionIncrementGap() appears to be what I need. JMA -Original Message- From: Chuck Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 12:50 PM To: java-dev@lucene.apache.org Subject: Re: Breaking up text in fields or aggregate fields idea or

Breaking up text in fields or aggregate fields idea or field inheritance

2006-05-25 Thread JMA
acter that 'splits' text to avoid phrase search hits? Is there an 'aggregate field' or 'field inheritance' function, such as content=+? Thanks in advance, JMA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]