search for: shawshank

Displaying 2 results from an estimated 2 matches for "shawshank".

Did you mean: shashank
2006 Aug 23
4
Ferret 0.10 and Fields
Hey ... I just tried to convert my code to 0.10 .. But i''m currently not sure how to use fields.. i really like some of the new api.. its leaner and i like the fact that these strange consts are gone (like Ferret::Search::BooleanClause::Occur::MUST) .. I see that you''re now having Ferret::Index::FieldInfo to describe the fields of the index.. thats good.. and i now see that
2006 Sep 24
0
Ferret 0.10.7 released
...of fields by the QueryParser. You can now give the QueryParser a list of fields that are tokenized so that only those fields will be analyzed in the QueryParser. This means that you can search untokenized fields for terms with spaces in them. For example: results = index.search(''title:Shawshank\ Redemption'') If :title is an untokenized field, this query will be parsed as a single TermQuery. Previously the search would have failed. I''ve also changed the StandardTokenizer behaviour so that it will handle email addresses that start with numbers. This also means that 200km...