Comment 1 for bug 132980

Revision history for this message
Cory Dodt (corydodt) wrote :

Two parts to this:

1. Adding the information to the index. Make the index contain information about alignment, cr, etc. Index alignment *atoms* as well as alignment (i.e. good AND lawful separately). In the case of CR, index that field numerically so numeric comparisons can be done on it. This is done in goonmill.search.indexMonster()

2. Supporting the numeric operators. I'm not sure if Lucene already has these operators; if it does, they should Just Work because we don't mess with operators except to make searches fuzzy (~ added to everything). You may need to make the shotgun fuzzy operator not be so blanket. Look at goonmill.search.find()