search for: fieldquery

Displaying 1 result from an estimated 1 matches for "fieldquery".

2006 Jul 15
2
FieldQuery not returning anything
...t; i.search_each(''object_id:3'') do |doc, score| puts "found #{doc}" end found 0 => 1 If I tokenize the ''type'' field, my query is working, but I thought i can store the value as-it by leaving it untokenized and am still able to search for it with a FieldQuery. Am I wrong? Thanks, Ben -- Posted via http://www.ruby-forum.com/.