[Xapian-discuss] Omega deleting a record
Olly Betts
olly at survex.com
Wed Jun 6 21:41:48 BST 2007
On Wed, Jun 06, 2007 at 08:41:17PM +0200, M.J. van der Veen wrote:
> I've noticed that omega requires two linebreaks between each unique
> index to be able to delete the records in 1 go with the scriptindex
> binary.
As the documentation says, records are separated by a blank line.
> Seems stupid, but this file content din't work for me:
>
> gameID=10
> gameID=11
> gameID=12
That's a single record with three values of gameID.
> and this did work:
>
> gameID=10
>
> gameID=11
>
> gameID=12
And that's three records, which is what you want.
Cheers,
Olly
More information about the Xapian-discuss
mailing list