Displaying 1 result from an estimated 1 matches for "get_directory".
Did you mean:
set_directory
2006 Mar 09
1
Missing fields in search result
..." + index[1]["url"] # passed, prints out
correctly
redirect_to(:action => ''new_index'')
end
Searching:
if (@conditions != conditions)
@records = 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 m...