search for: tokenized_field

Displaying 2 results from an estimated 2 matches for "tokenized_field".

Did you mean: tokenized_fields
2006 Sep 24
1
[patch] buffer overflow in q_parser.y
...qp->mutex); RAISE(PARSE_ERROR, "couldn''t parse query ``%s''''. Error message " - " was %se", buf, (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; s...
2006 Sep 05
15
ferret finds ''tests'' but not ''test''
Hello all, Quick question (possibly!) - I''ve got a few records indexed and doing a search for ''test'' reports in no hits even though I know the word ''tests'' exists in the indexed field. Doing a search for ''tests'' produces a result. I would have thought that ''test'' would match ''tests'' but no such