Hello! I'm thinking on a way of implementing the search with word ambiguity in Lucene. Say, a word "duck" appears in a document at the position 10. It has 2 Part-of-Speech tags: "Noun" and "Verb". And I want to recover this position both for POS:Noun and POS:Verb queries.
So can you please point me at some documentation on indexing fields with position offsets, and make a guess wether it is possible to hack it that way? -- Best Regards, Igor Shalyminov --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org