You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Paul Sponagl <pa...@abrac.us> on 2007/01/18 11:23:44 UTC

Field.index...

Hi,

i wrote a test plugin with indexer and searcher extension points.

The wiki and the creative commons plugin provided good help so  
searches for 'topic:foo' result in matches with an index field  
'topic' of value 'foo'.

Now i wonder if its possible to implement a 'pattern topic search' in  
the form of 'topic:foo*' to match topics with a value 'foobar' too ?

i'd be happy about any hint on how this could be achieved.

Best,
Paul




Re: Field.index...

Posted by Paul Sponagl <pa...@abrac.us>.
> Now i wonder if its possible to implement a 'pattern topic search'  
> in the form of 'topic:foo*' to match topics with a value 'foobar'  
> too ?

ok - this could be the answer ...
http://www.mail-archive.com/nutch-user@lucene.apache.org/msg04519.html