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
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
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
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
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
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