On Apr 26, 2006, at 6:20 PM, anton feldmann wrote:
Are the names of a field in a document unique or can i make a field with the name "sentence" for each sentence in an text document?

The names of a field in a document are unique, but you can add multiple instances of the same field name. You can retrieve the array of them, if they are stored, as well. You do have to be careful though - a phrase query can match across these field instances unless you specify a positional gap between them large enough to prevent it.

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to