Displaying 1 result from an estimated 1 matches for "wild_lower".
2006 Mar 09
1
Missing fields in search result
...= Array.new
sr = FerretConfig::SR
sr.reader =
Index::IndexReader.open(Store::FSDirectory.get_directory("/home/gregor/wisa/index"))
qp = Ferret::QueryParser.new("id", { :analyzer =>
Ferret::Analysis::WhiteSpaceAnalyzer.new(),
:wild_lower => false})
@records = sr.search(qp.parse(conditions))
end
Search results are correct, but many fields are missing and can''t be
accessed. The only fields in the results are
city, name, zip, country, mail, firstname, lastname, id, phone, fax,
street, sector, parentsector
Al...