Re: Readers for extracting textual info from pd/doc/excel for indexing the actual content

2013-01-28 Thread VIGNESH S
Apache Tika:-You can Use to Extract text from PDF,word Documents. It internally uses Apache POI for Extraction of text from office documents.. It uses PDFBOX for Extraction of text from PDF Documents.. On Sat, Jan 26, 2013 at 4:24 AM, saisantoshi saisantosh...@gmail.com wrote: I want to

Re: Custom Query Syntax/Parser

2013-01-28 Thread Andrew Gilmartin
Uwe Schindler wrote: there is no need to extend Lucene's QueryParser. Lucene by itself does not need a Query Parser at all and it does not use it, it is just a convenience class. If you have worked with Antlr to generate a grammar, just use it and build the final

Re: About doc and taxo index updates

2013-01-28 Thread Jorge Riquelme
Hi again, I made the upgrade to lucene 4.1 and everything is working ok now. thanks 2013/1/25 Michael McCandless luc...@mikemccandless.com: Hi, As of Lucene 4.1, DirectoryTaxonomyReader has been fixed to also be near-real-time; see https://issues.apache.org/jira/browse/LUCENE-3441 Are you

Re: Questions about FuzzyQuery in Lucene 4.x

2013-01-28 Thread Jack Krupansky
Let's see your code that calls FuzzyQuery . If you happen to pass a prefixLength (3rd parameter) of 3 or more, then ster would not match star (but prefixLength of 2 would match). -- Jack Krupansky -Original Message- From: George Kelvin Sent: Monday, January 28, 2013 5:31 PM To:

Re: Custom Query Syntax/Parser

2013-01-28 Thread Trejkaz
On Tue, Jan 29, 2013 at 3:42 AM, Andrew Gilmartin and...@andrewgilmartin.com wrote: When I first started using Lucene, Lucene's Query classes where not suitable for use with the Visitor pattern and so I created my own query class equivalants and other more specialized ones. Lucene's classes

Re: About doc and taxo index updates

2013-01-28 Thread Michael McCandless
Excellent! Thanks for bringing closure. Mike McCandless http://blog.mikemccandless.com On Mon, Jan 28, 2013 at 5:54 PM, Jorge Riquelme jrique...@totex.cl wrote: Hi again, I made the upgrade to lucene 4.1 and everything is working ok now. thanks 2013/1/25 Michael McCandless

update index for user defined types

2013-01-28 Thread solruser13
Hi, how to update the index for the fields of user defined type. we are using oracle database , stored procedure to return user defined type. i dont find a field to map the fields returned. please let me know for the same. thanks -- View this message in context:

Large Index Query Help!

2013-01-28 Thread dizh
Hi All: I hava a large Index repo, size is 47G, yes 47G , when I look up for something in it , and then it is dead, I trace its execution as follows: at org.apache.lucene.search.TopFieldCollector.add(TopFieldCollector.java:1178) at