Displaying 5 results from an estimated 5 matches for "mallatt".
Did you mean:
malfatti
2007 Mar 31
4
not understanding search results
I''m getting some results that I don''t understand from a search.
The code, based on the tutorial, and the results are below.
Everything makes sense to me, except the results for
the ''title:"Some"'' query. I would think that it should
match the first two documents, but not the third.
What am I missing here?
Thanks for any help!
--- code
2007 Nov 15
1
indexing runs out of memory
I''m using Ferret to index a whole bunch of stuff at once. Thousands
of documents that produce an index which grows to about
1.25Gb. While the indexer is running, I watch the memory use of the
Ruby process grow steadily until it, too, is up to about 1.25Gb -- at
which point the process crashes printing:
[FATAL] failed to allocate memory
Does anyone else have any experience with
2007 Jul 19
1
highlighting from multiple indexes
Hi.
I''m searching multiple indexes by passing an array of paths to
Index::IndexReader.new(). I get several hits back, and can determine
the document id of each.
Now I want to fetch highlighted excerpts from a field in one of the
matched documents. The problem I''m having is that Index::IndexReader
doesn''t have a highlight() method. And, while Index::Index does
2006 Jul 05
1
[Newbie] Generated files don''t use Windows end-of-lines.
I''m trying to use Rails on Windows 2000. I''m running into an immediate
problem in that all the files generated by Rails use the UNIX
end-of-line convention instead of the Windows end-of-line convention. A
non-compliant end-of-line convention will break any number of tools I
may wish to use to manage these files.
Is there a way to get Rails to emit Windows-compliant
2007 May 28
0
external highlighter/excerpter
Has anyone seen an implementation or example of an
highlighter/excerpter that works on external (non-stored) fields?
Thanks.