Re: Index html sites using IndexHtml

2009-07-27 Thread Grant Ingersoll
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

RE: Multiline Regex with Lucene

2009-07-27 Thread Steven A Rowe
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

THIS WEEK: PNW Hadoop, HBase / Apache Cloud Stack Users' Meeting, Wed Jul 29th, Seattle

2009-07-27 Thread Bradford Stephens
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

Storing words with apostrophe in Lucene index

2009-07-27 Thread mitu2009
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

RE: Multiline Regex with Lucene

2009-07-27 Thread ba3
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@

deadlock in indexing

2009-07-27 Thread Chengdu Huang
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

Re: Storing words with apostrophe in Lucene index

2009-07-27 Thread AHMET ARSLAN
> 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