Re: range query error

2002-10-13 Thread Terry Steichen
Philipp, Make sure you have a space on both sides of the dash ("-") in the range expression. See if that makes any difference. Terry - Original Message - From: "Philipp Chudinov" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 8:12 PM Subj

range query error

2002-10-13 Thread Philipp Chudinov
Why this query: _published:[20010101 - 20020101] returns an error like this: Encountered "20020101" at line 1, column 27. Was expecting: "]" ...? whats wrong with syntax? if I query with string (_published:[ - 20020101]) it works with no problems... -- To unsubscribe, e-mail:

Re: Lucene & Jetty

2002-10-13 Thread Clemens Marschner
wait until you use it ;-) ... - Original Message - From: "Nathan Ander" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 10:25 PM Subject: Re: Lucene & Jetty > > LARW is exactly what I was looking for! Thanks x 1000. -- To unsubscribe,

Re: Lucene & Jetty

2002-10-13 Thread Nathan Ander
LARW is exactly what I was looking for! Thanks x 1000. nate Otis Gospodnetic <[EMAIL PROTECTED]> wrote:Lucene doesn'include the crawler. LARM is a web crawler project in Lucene Sandbox. Consider using that for your application. Lucene doesn't require a servlet container, but if you want to prese

Lucene & Jetty

2002-10-13 Thread Nathan Ander
Hi all, I'm building a web crawler, and would like to use Lucene to extend some of the indexng capabilities. I am using Jetty, but the documentation only talks about TomCat configuration. Can anyone help? As a note, I have already built the crawling application and indexing functionality, bu

Re: Lucene & Jetty

2002-10-13 Thread Nathan Ander
Hi, Thanks for the response. Yes, I agree Jetty is much better. I have an application that reads unstructured documents and structures the information into a knowledgebase using NLP and AI heuristics. The primitive crawler I have now is just a script that connects to and reads whatever URI I p

indexing documents that arrive in pieces

2002-10-13 Thread Taher H. Haveliwala
What is the cleanest way in Lucene to add documents to an index, if the entire document is not readily available at one time? E.g., I want to index the text as well as the anchor-text of a stream of html pages, where the anchor-text terms get associated with the page _being pointed to_. For a do

Re: Lucene & Jetty

2002-10-13 Thread Otis Gospodnetic
Lucene doesn'include the crawler. LARM is a web crawler project in Lucene Sandbox. Consider using that for your application. Lucene doesn't require a servlet container, but if you want to present the search results or expose something else via the Web interface you'll need something like Jetty, To

Re: lucene vs mysql

2002-10-13 Thread Ronald Muller
I have tried/used both. Full text retrieval in MySQL is simple and works good for simple IR usage. If you want to use more advance features, use Lucene Ronald - Original Message - From: "Cédric Grun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 9:03 PM Subje

Re: lucene vs mysql

2002-10-13 Thread Remy Amouroux
Le ven 11/10/2002 à 21:03, Cédric Grun a écrit : > I'm currently using mysql for storing file which I index previously with > lucene. I've seen there is a new function in mysql which consists in > full text searching. > I'd like to know which is best between mysql full text search and lucene >

Re: Lucene & Jetty

2002-10-13 Thread Ronald Muller
I also use Jetty + Lucene, what exactly is the problem / are your questions concerning the use of Jetty (far more better than Tomcat, so stick to it)? Ronald - Original Message - From: "Nathan Ander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 11:11 PM Subj

Re: indexing documents that arrive in pieces

2002-10-13 Thread Ype Kingma
On Sunday 13 October 2002 04:18, you wrote: > What is the cleanest way in Lucene to add documents to > an index, if the entire document is not readily > available at one time? > > E.g., I want to index the text as well as the > anchor-text of a stream of html pages, where the > anchor-text terms g

Re: How to include strange characters??

2002-10-13 Thread Chris Davis
To Dominator, Where you able to solve the display problem as well? I am having a similiar problem with documents that contain the " (open double quote “). I am not concerned with searching on the character, but when I attempt to dsiplay a stored field with this character, it does not display