Cutezjz / galagosearch

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

Add quotes to the query parser #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The textbook indicates that quotes turn off stemming, but quotes aren't
currently allowed by the query parser.

Need to:
- Add quotes to the query parser; output them as #quote
- Add support to the transformations for #quote to #text:...:part=postings()

Original issue reported on code.google.com by trevor.s...@gmail.com on 18 May 2009 at 1:58