RE: How can I limit the number of hits in my query?

2007-05-15 Thread Bruce Ritchie
override or > re-implement PrefixFilter? One possible solution that may or may not work for you is explained here: http://mail-archives.apache.org/mod_mbox/lucene-java-user/200503.mbox/[EMAIL PROTECTED] For general purpose searching I'm not sure it's a great choice however I wanted t

RE: TextMining.org Word extractor

2007-03-01 Thread Bruce Ritchie
" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Regards, Bruce Ritchie > -Original Message- > From: Bill Taylor [mailto:[EMA

RE: Spam filter for lucene project

2006-10-04 Thread Bruce Ritchie
Rejiv, You may want to take a look at http://akismet.com/development/ - I don't believe it's open source but it may be worth looking into. Regards, Bruce Ritchie > -Original Message- > From: Rajiv Roopan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 04

RE: Indexing multiple languages

2005-06-03 Thread Bruce Ritchie
> the document. We use 2/ and use filters when we want to search only within a particular language. Just be sure touse the same analyzer when indexing and searching within a particular language. Regards, Bruce Ritchie

RE: ACLs and Lucene

2005-05-30 Thread Bruce Ritchie
age (assumming that the document isn't already loaded into cache). The third approach was deemed unusable for the exact reason you outlined. Regards, Bruce Ritchie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]