RE: Keyword Searches don't seem to be working.

2005-08-01 Thread Doug Hughes
Oh!!! So *that's* what the documentation is for! ;) Thanks for pointing that out. Sometimes you get so frustrated with a problem you fail to notice the obvious solution. Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hostetter Sent: Monday,

Keyword Searches don't seem to be working.

2005-07-31 Thread Doug Hughes
ory.getDirectory(indexDir, false)); Query q = new TermQuery(new Term("http://cfdocs.office.alagad.com/htmldocs/0001.htm";, "url")); Hits hits = searcher.search(q); However, after running this query hits.length == 0. Anyone have any ideas what I'm doing wrong? Thanks, Doug Hughes [EMAIL PROTECTED]

Indexing from multiple applications to a central index.

2005-06-07 Thread Doug Hughes
the central index. If these applications use their own FSDirectory I should be able to continue working with their FS directory in the case of an unclean shutdowns and should still be able to merge it with the central index. Does anyone have any advice to offer on this? Thank you, Doug Hughes [EMAIL PROTECTED]

Indexing from multiple applications to a central index.

2005-06-07 Thread Doug Hughes
the central index. If these applications use their own FSDirectory I should be able to continue working with their FS directory in the case of an unclean shutdowns and should still be able to merge it with the central index. Does anyone have any advice to offer on this? Thank you, Doug Hughes [EMAIL PROTECTED]

RE: Indexing multiple keywords in one field?

2005-05-30 Thread Doug Hughes
30, 2005, at 2:06 PM, Doug Hughes wrote: > > Hoss, > > I see what you're saying, but that seems primarily beneficial when you > know the structure and size of your data ahead of time. For instance, > any of the HTML documents I'm indexing can have any numbe

RE: Indexing multiple keywords in one field?

2005-05-30 Thread Doug Hughes
30, 2005, at 2:06 PM, Doug Hughes wrote: > > Hoss, > > I see what you're saying, but that seems primarily beneficial when you > know the structure and size of your data ahead of time. For instance, > any of the HTML documents I'm indexing can have any numbe

RE: Indexing multiple keywords in one field?

2005-05-30 Thread Doug Hughes
Hoss, I see what you're saying, but that seems primarily beneficial when you know the structure and size of your data ahead of time. For instance, any of the HTML documents I'm indexing can have any number of links, from 0 to 100, realistically. If I place each of those links in separate keywo

RE: Indexing multiple keywords in one field?

2005-05-30 Thread Doug Hughes
Hoss, I see what you're saying, but that seems primarily beneficial when you know the structure and size of your data ahead of time. For instance, any of the HTML documents I'm indexing can have any number of links, from 0 to 100, realistically. If I place each of those links in separate keywo

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Oh, and thanks for the suggestion to use Luke. Doug -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 7:39 PM To: java-user@lucene.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
Oh, and thanks for the suggestion to use Luke. Doug -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Sunday, May 29, 2005 7:39 PM To: java-user@lucene.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
e.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote: > Hi, > > I'm working on a pretty typical web page search system based on > lucene. > Pretty much everything works great. However, I'm having one problem

RE: Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
e.apache.org Subject: Re: Indexing multiple keywords in one field? On May 29, 2005, at 8:29 AM, Doug Hughes wrote: > Hi, > > I'm working on a pretty typical web page search system based on > lucene. > Pretty much everything works great. However, I'm having one problem

Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
roblem is I don't get any matches at all when I execute the search. Does anyone know of any better techniques for this? Or does anyone see anything I'm doing wrong? Thanks in advance for the help. Doug Hughes [EMAIL PROTECTED]

Indexing multiple keywords in one field?

2005-05-29 Thread Doug Hughes
roblem is I don't get any matches at all when I execute the search. Does anyone know of any better techniques for this? Or does anyone see anything I'm doing wrong? Thanks in advance for the help. Doug Hughes [EMAIL PROTECTED]