> When user types in any of the following keywords,I want
> this company to come up in search results.
> 1.Moo 2.Mood 3.Moodys 4.Moody's
>
> How should I store this index in Lucene and what type of
> Lucene Query should I use to get this behavior?
If you want to use a built-in analyzer Whitespa
Hi,
I have an application in which documents are added upon receiving a
user request and a background thread is needed to remove old
documents. I have an IndexWriter opened on a Directory that adds
documents and commits but never closes. The background thread that
removes documents uses the same
Hi Steve,
I had used the standardanalyzer. Should a different one be used ?
--
Ba3
Steven A Rowe wrote:
>
> Hi ba3,
>
> What analyzer did you use when indexing the content field?
>
> Steve
>
>> -Original Message-
>> From: ba3
>> Sent: Sunday, July 26, 2009 9:53 AM
>> To: java-user@
Hi,
I've a company field in Lucene Index. One of the company names indexed is :
Moody's
When user types in any of the following keywords,I want this company to come
up in search results. 1.Moo 2.Mood 3.Moodys 4.Moody's
How should I store this index in Lucene and what type of Lucene Query should
Hello again!
Yes, I know some of us are still recovering from OSCON. It's time for
another delicious meetup to chat about Hadoop, HBase, Solr, Lucene,
and more!
UW is quite a pain for us to access until August, so we're changing
the venue to one pretty close:
Piccolo's Pizza
5301 Roosevelt Way N
Hi ba3,
What analyzer did you use when indexing the content field?
Steve
> -Original Message-
> From: ba3 [mailto:sbadhrin...@gmail.com]
> Sent: Sunday, July 26, 2009 9:53 AM
> To: java-user@lucene.apache.org
> Subject: Multiline Regex with Lucene
>
>
> I was trying to do a regex searc
On Jul 26, 2009, at 7:24 AM, starz10de wrote:
Hi,
I am indexing a set of html websites using lucene (IndexHtml). The
indexer
work fine and I can also find the indexed term but the problem this
class
(IndexHtml) index all text inside the html site even the
advertisements. I
am interested