Cutezjz / galagosearch

Automatically exported from code.google.com/p/galagosearch
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Stemming in retrieval is not well documented #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Galago supports turning stemming on and off on a term-by-term basis in
retrieval, but this is not documented.

Workaround:

Use this syntax to use unstemmed posting lists:
   #text:dog:part=postings()
Use this syntax to force stemmed posting lists:
   #text:dog:part=stemmedPostings()

Original issue reported on code.google.com by trevor.s...@gmail.com on 10 May 2009 at 9:32