lucene and databases

2015-02-11 Thread sreedevi s
in this case what is the suggestion or how to achieve the same Any suggestions? Best Regards, Sreedevi S

Re: Lucene search in attachments

2015-02-10 Thread sreedevi s
infoStream if enabled, but no error is thrown . Is that right? Best Regards, Sreedevi S On Tue, Feb 10, 2015 at 2:45 PM, Uwe Schindler wrote: > Hi, > > There is no restriction to 1 characters inside Lucene and there never > was one. In earlier Lucene versions (long time ago) there was

Re: Lucene search in attachments

2015-02-10 Thread sreedevi s
e. > > Did I misunderstand your question? > > -- > David Pilato | Technical Advocate | Elasticsearch.com > @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr < > https://twitter.com/elasticsearchfr> | @scrutmydocs < > https://twitter.com/scrutmydocs> >

Re: Lucene search in attachments

2015-02-10 Thread sreedevi s
Thank you David. Yes, it has a restriction of characters to 1. But for large files, what could be done in that case? Best Regards, Sreedevi S On Tue, Feb 10, 2015 at 2:04 PM, David Pilato wrote: > If you don’t index content, you won’t be able to search for it I guess. > That said, Ti

Lucene search in attachments

2015-02-10 Thread sreedevi s
characters per field is 10,000. So, what can be ideal method to search attachments then Best Regards, Sreedevi S

searchAfter in web application

2015-02-08 Thread sreedevi s
topdocs(offset) method. Any working code or suggestion would be appreciated. Best Regards, Sreedevi S

Re: MMapDirectory or FSDirectory

2015-02-05 Thread sreedevi s
Hi, Thank you for sharing the blog.I am using FSDirectory.open() in my program.So, I guess I am using MMapDirectory. It takes about 3 minutes when I search for a key(which is actually present in 80% of total data) in all the fields(1000) in this 1 million documents. Best Regards, Sreedevi S On

MMapDirectory or FSDirectory

2015-02-05 Thread sreedevi s
have virtual memory available of almost 8 GB. Is it advised to use MMapDirectory for increased performance? Many blogs suggest it doesnt bring out much performance difference. Best Regards, Sreedevi S

lucene scalability query

2015-01-08 Thread sreedevi s
) 10 K 1 2051 152ms 2 32 3 20 100K 1 4820 136 2 28 3 27 Ideally, it search time should have been higher with 100K data.Why is it that I get lesser searcher time with 100K data. Thanks in advance Best Regards, Sreedevi S