Displaying 5 results from an estimated 5 matches for "boonedocks".
2009 Jun 01
2
Xapian .lemony files
...rser.lemony? I tried that and the make
didn't include my change. I applied the same change to
queryparser_internal.cc and it worked fine. Is the .lemony file
something used internally and I can ignore? Or do I need to run
something prior to make to convert the files?
Thanks,
Mike Boone.
http://boonedocks.net/mike
2008 Feb 22
14
Web Forums
We have launched a web forum front end to this mailing list. I wanted to
notify the subscribers of this list to that fact.
http://forum.winehq.org
If you prefer, you can now use this website to browse and post to the
list. Your posts will still be mailed out to the list, and posts to the
list will appear in the forum. You can continue to use the mailing list
as you always have if you prefer
2007 Apr 23
1
Using Array or Hash with Form Select and Elsewhere
I''m working on a small project in order to learn Rails. I have a model
with a status field, which I want to be ''open'' or ''closed'' (I may add
some other options later). I am storing them in the database all
lowercase (later options might be abbreviated in the DB). To display
things nicely, I want them to appear as ''Open'' or
2005 Feb 11
1
Database Corrupt Error
I am getting this error when trying to remove a document from my Xapian
database via writabledatabase_delete_document:
"DatabaseCorruptError: Db block overwritten - are there multiple writers?"
There might have been two processes trying to write to it earlier today, but
currently only one process can touch it at a time, and I still receive the
error.
Is there a fast way to fix this
2005 Oct 12
2
Stemmer Modifications
I'm using Xapian as a search back-end on a website. My client has
certain search terms that the stemmer does not stem in a way they would
like. For example "continuity" stems to "continu", which produces
undesirable results in their application. Is there a way to override the
stemming of certain words in a way that is compatible with the indexing
stemmer and the query