Re: contains

2002-07-10 Thread none none
you can search for single char, depends how you decide to build the index, take a look at the "analysis" package. bye. -- On Wed, 10 Jul 2002 22:56:19 Pradeep Kumar K wrote: >Hi > >Is it possible to search for a word contains some letters? >example : "God is love" > >how can I create query

Re: Index smarts

2002-07-09 Thread none none
if you need that to "Highlight" the document as google or altavista, take a look at the contributors section, a guy Mark had the main idea and also implemented it. I have a better version that may be i'll send to the mailing list, but it is wrote in C (actually C++) and have been tested on Win

RE: Crash / Recovery Scenario

2002-07-09 Thread none none
dexing ? > >-Original Message- >From: none none [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 08, 2002 8:42 PM >To: [EMAIL PROTECTED] >Subject: Re: Crash / Recovery Scenario > > > hi, i do perform the same things as you do, but i do that everytime i got a >NullPoi

Re: Crash / Recovery Scenario

2002-07-09 Thread none none
hi, i do perform the same things as you do, but i do that everytime i got a NullPointerException when i try to run a search . If this happen i try to reopen the index searcher, if i got an exception here i sleep for 500 ms then i try again, after 5 times i generate a servlet exception. Concern

Re: SPIDER / CRAWLERS /ROBOTS with lucene

2002-06-27 Thread none none
is there a nightly build of the LARM?? would be good have a zip archive instead of download everything from the CVS. thanks. -- On Thu, 27 Jun 2002 18:21:03 A Rambocus wrote: >Mike, > >I wonder whether you could be kind enough to forward me a copy of your code >for the extended Crawler class,

RE: Indexing Problem (thank you)

2002-06-13 Thread none none
; >attach some code or else all you'll get is speculation .. but I imagine it >has >something to do with your methid as I have indexed 40MB files > >-Original Message- >From: none none [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 13, 2002 7:10 AM >To: Lucene

Indexing Problem

2002-06-13 Thread none none
hi, i have a big problem, i don't know if it is a BUG or my fault. The problem is that indexing document bigger than 50/60 KB does an error, they are not properly indexed. In other words i tried to add a document of 100K and one of 1 MB, in both files i add near the end a word "korfut", my nick

Re: Creating indexes

2002-06-12 Thread none none
Lucene doesn't know where a file start or ends, actually it knows, but in your case 1 Docuemtn contains more small documents.If you want to split your big file in small files you must to that by yourself, Take a look at the Document class and you will see that Lucene use a Reader to index the

Re: Within Search

2002-06-12 Thread none none
h these limitations, the queryParser.jj with >the NEAR operator should work. > >--Peter > > >On 6/10/02 1:19 PM, "none none" <[EMAIL PROTECTED]> wrote: > >> thanks, i saw the queryparser documentation and works fine. >> now how can i make the query

Re: Within Search

2002-06-10 Thread none none
omeone can help me? thank you. -- On Mon, 10 Jun 2002 09:01:29 none none wrote: >hi, >i asked some help about this feature some time ago, but no answer. >What do i need to do is the WithinPhraseSearch. An example can be: > >search for: "car w/10 rent". > >This

Re: Index Persistency

2002-05-31 Thread none none
-- On Thu, 30 May 2002 22:33:26 Hyong Ko wrote: >Do I have to reindex everything when I restart Lucene? Thanks. As i know you don't have to reindex, you need to reindex when you want to "refresh" your documents. Let's say: 1.You create an index. 2.Open a IndexSearcher to run search. 3.Now y

Re: Any one used websearch - Need Help Please

2002-05-07 Thread none none
hi, i assume that you are using the one from: http://www.i2a.com/websearch/ and you are using and know a Tomcat. In this case you should edit properly the websearch.xml (/WEB-INF/conf) file. Both www.violet-arcana.com and /bot.jsp are there. The reason why you cannot spide the 1st is because the