search for: all_fields

Displaying 4 results from an estimated 4 matches for "all_fields".

2006 Sep 20
8
Understanding boost ?
Hi, I''m confused about managing field boosting ... I have set the :boost for the :name field in my docs to 10, via :boost => 10 Then I performed a search for ''keith'' over all fields via with *:(keith*), expecting a doc with Keith in the :name field to come out on top. But another doc with Keith mentioned in other fields (:comments, :address) scored higher. I
2006 Jan 17
15
legacy database and finder_sql nightmare!
This is my first rails app with a legacy database and I''m having a terrible time getting the models set up correctly. I have an order table that has a primary field named order_number. I have a name table with a primary of item_number. These two tables are liked by the item_number and the order_number, but not as you might think. If the order_number is 2500, then each entry in
2006 Sep 24
1
[patch] buffer overflow in q_parser.y
...f, (char *)msg); + "was: %s", buf, (char *)msg); } return 0; } @@ -707,6 +721,9 @@ if (self->tokenized_fields) { hs_destroy(self->tokenized_fields); } + if (self->dynbuf) { + free(self->dynbuf); + } hs_destroy(self->all_fields); hs_destroy(self->fields_buf); h_destroy(self->field_cache); @@ -754,6 +771,7 @@ self->analyzer = analyzer; self->ts_cache = h_new_str(&free, (free_ft)&ts_deref); self->buf_index = 0; + self->dynbuf = NULL; self->non_tokenizer = non_tok...
2006 Jun 15
10
Finding out all terms from search results. How?
Hi everybody, I need to find out all terms (field values) from one of the fields from a set of documents returned by search. In other words, I have indexed documents with two fields. I do search on one field and then want to know all other field''s values from fount documents. How? -- Sergei Serdyuk Red Leaf Software LLC web: http://redleafsoft.com -- Posted via