Out of Memory Error while using WildCard Query

2009-01-01 Thread Ravichandra
ill it cater all the requests or it has to load the index for each request? 5. Do I need to increase the RAM if the number of users increases? Please suggest me how to over come this issue. Thanks Ravichandra - Thanks Ravichandra -- View this message in context: http://www.nabb

Re: Problem with special charecters

2008-12-03 Thread Ravichandra
It worked out well. Thanks Is there any way that we can use standardAnalyzer and tell it not generated tokens out of this? Thanks Ravichandra prabin meitei wrote: > > use your own analyzer. Write a class extending lucene analyzer. you can > override the tokenStream method t

Re: Problem with special charecters

2008-12-03 Thread Ravichandra
danalyzer not to generate tokens based on these special chrecters. Thanks Ravichandra prabin meitei wrote: > > try manually escaping the search string, adding "\" in front of the > special > characters. (you can do this easily by using string replace) > This will make s

Re: Problem with special charecters

2008-12-03 Thread Ravichandra
not to generate tokens based on these special chrecters. Thanks Ravichandra prabin meitei wrote: > > try manually escaping the search string, adding "\" in front of the > special > characters. (you can do this easily by using string replace) > This will make sure that you

Problem with special charecters

2008-12-02 Thread Ravichandra
query parser, the generated query doesn't contain the special charecter '+', or '-'. Please suggest me how to deal with special charecters. Lucene : 2.4 Thanks Ravichandra - Thanks Ravichandra -- View this message in context: http://www.nabble.com/Problem-w