<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the patch. Not sure what to do with it.<br>
<br>
Are you providing it as a snapshot of your work? Will you be checking
it in before you leave for holiday or after you finish LuceneMatcher
and LuceneSearcher?<br>
<br>
BTW, it got big because of the refactoring. Refactoring is always done
as a delete and an add.<br>
<br>
Joe Walker wrote:<br>
<blockquote cite="mid5dd4742604090404112c8acaad@mail.gmail.com"
 type="cite">
  <pre wrap="">I'm working on searching issues, the current plan should eventually fix:
- lucene does not report indexing progress
- allow only one index at a time
- Implement match in lucene using wild cards
- retire ser, replacing it w/ lucene
- make index creation happen at a better time

So far I've done the following:
- Created a new interface Matcher that uses an Index to do best
matching and extracted the best match functionallity from Ser.
- Renamed the Parser interface to Searcher because it handles search
(as opposed to match)
- As a result of this the notion of SearchEngine becomes redundant -
in effect Searcher and Matcher are the new SearchEngine.
- Created an IndexManager that serializes index requests (and should
be able to index a Book at any time, like after downloading)

I discovered that we can't simply reuse the current matcher with
lucene since it relies on the ability of an index to do
getStartsWith(x) wich returns the indexed words starting with x. The
equivalent functionallity within Lucene includes performing the
search.
So I've started on LuceneMatcher and LuceneSearcher, but they are not finished.

I think we should probably make it so that when a Bible has finished
downloading we should present the user with an option:
- Downoad an index (with estimates of times?)
- Generate an index (with estimates of times?)
- Leave it until later

The patch is one of those scarey "whoah, how did it get to be that big!" ones.

Joe.
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
jsword-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/jsword-devel">http://www.crosswire.org/mailman/listinfo/jsword-devel</a>
  </pre>
</blockquote>
</body>
</html>