Displaying 1 result from an estimated 1 matches for "new_index".
Did you mean:
  view_index
  
2006 Mar 09
1
Missing fields in search result
...e the index, but be sure to write it to the fs
    index.optimize()
    logger.info "URL 1: " + index[0]["url"] # passed, prints out 
correctly
    logger.info "URL 2: " + 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 =&...