Re: demo example

2006-04-22 Thread Shajahan
Hi, Thankyou for your replay, ya i created the index. and i specify that indexLocation(index directory path) in the configuration.jsp file. my demo application contains Configuration.jsp,footer.jsp,header.jsp,index.jsp,results.jsp and i copy the lucene-demos-1.4.3.jar file into the lib folder. an

Re: demo example

2006-04-22 Thread Grant Ingersoll
Hi Shajahan, Did you create the index first? Please provide more information on the error and the steps you took to setup the demo. -Grant Shajahan wrote: Hi, just know i am executed the index.jsp file in the demo directory. i am gettind NUll,Null values for Url and title. can u please tell

demo example

2006-04-22 Thread Shajahan
Hi, just know i am executed the index.jsp file in the demo directory. i am gettind NUll,Null values for Url and title. can u please tell me why i am getting these null values. Thanking you, Shajahan -- View this message in context: http://www.nabble.com/demo-example-t1491088.html#a4040415 Sent

RE: Synonyms ...

2006-04-22 Thread Colin Young
The mock synonym code in LIA will work just fine with multiple words, but you need to pass them to the synonym engine as a single string containing multiple words, which means treating some phrases in the input text as single tokens, and that's likely where you'll have to put in the work. I think

Re: using boolean operators with the PhraseQuery

2006-04-22 Thread Paul Elschot
On Friday 21 April 2006 21:11, Vishal Bathija wrote: > Hi, > I am trying to get the frequency of a phrase using the SpanNearQuery. > How can I use SpanNearQuery for boolean queries. The code I have is > for a single query. How can I extend this for multiple queries You can use SpanNearQuery as a c

Re: about the performance of search with filter

2006-04-22 Thread karl wettin
22 apr 2006 kl. 08.56 skrev Sen Zhou: Hi, all I want to know the different between the search without rangefilter and the search with rangefilter. Is the letter more slow than the latter? Adding more data processing usually consume more clock ticks. But you won't know until you test. W