Re: keyword-in-context for PDF document

2017-04-13 Thread ankur
Apologies, I meant "keyword-in-context". -- View this message in context: http://lucene.472066.n3.nabble.com/keyword-in-content-for-PDF-document-tp4329754p4329756.html Sent from the Solr - User mailing list archive at Nabble.com.

keyword-in-content for PDF document

2017-04-13 Thread ankur
If i am search for word "growth" in a PDF, i want to output all the sentences with the word "growth" in it. How can that be done? -- View this message in context: http://lucene.472066.n3.nabble.com/keyword-in-content-for-PDF-document-tp4329754.html Sent from the Solr - User mailing list archiv

Re: keyword-in-content for PDF document

2017-04-13 Thread ankur
Thanks Alex. Yes, I am using TIKA. So, to some extent it preserves the text flow. There is something interesting in your reply, "Or you could try using highlighter to return only the sentence. ". I didnt understand that bit. How do we use Highlighter to return the sentence? To make sure, I want

looking for a way to get structured nested response from solr

2017-03-01 Thread ankur bansal
Hi, I am new SOLR user, I am trying to use SOLR in a application where we have 1 core with 1 config file having multiple queries. We have root entities and many sub entities as well. Currently I am getting a response of something like this "response":{"numFound":1,"start":0,"docs":[ { "unique_key

Getting error while excuting full import

2017-04-10 Thread ankur.168
Hi All,I am trying to use solr with 2 cores interacting with 2 different databases, one core is executing full-import successfully where as when I am running for 2nd one it is throwing table or view not found exception. If I am using the query directly It is running fine. Below is the error meassge

Re: Getting error while excuting full import

2017-04-17 Thread ankur.168
g and import than the way I am doing it right now? 2. if no, then how can I make full import faster here? --Ankur -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-error-while-excuting-full-import-tp4329153p4330305.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting error while excuting full import

2017-04-17 Thread ankur.168
Hi Erick, Thanks for replying, As you suggest I can use solrJ to map RDBMS fetched data and index/search it later on. but DIH gives multi db connection for full import and other benefits. Does solrJ supports this or we need to put efforts to make a multithreaded connection pool similar to DIH?

Re: Getting error while excuting full import

2017-04-18 Thread ankur.168
Hi Mikhail, Thanks for replying, I am currently trying to use zipper join but getting null pointer exception as given below stacktrace 2017-04-18 09:11:51.154 INFO (qtp1348949648-13) [ x:sample_content] o.a.s.u.p.LogUpdateProcessorFactory [sample_content] webapp=/solr path=/dataimport params

Re: Getting error while excuting full import

2017-04-18 Thread ankur.168
Hi Mikhail, I tried with a simplest zipper entity. Here are the config details- Here child entity have multiple records for a given property id. Hence I believe ful

Re: Getting error while excuting full import

2017-04-18 Thread ankur.168
org.apache.solr.handler.dataimport.EntityProcessorWrapper.init(EntityProcessorWrapper.java:75) at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:433) at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:516) ... 37 more Thanks, --Ankur -- View this message in

Re: Getting error while excuting full import

2017-04-18 Thread ankur.168
Thanks for enlightening, Shawn :) I thought DIH does parallel db request for all the entities defined in a document. I do believe that DIH is easier to use that's why I am trying to find a way to use this in my current system. But as I explained above since I have so many sub entities,each retu

Re: Running Solr6 on Tomcat7

2017-04-21 Thread ankur.168
As Shawn said, it is not recommended, still if you want to do this you can follow these steps(picked from following post http://lucene.472066.n3.nabble.com/Running-Solr-6-3-on-Tomcat-Help-Please-td4320874.html) The following instructions work with Solr 6.2 + Tomcat 8.5: 1. Copy solr-6.2.0/server/

change data dir on fly in solr 4.6

2017-05-25 Thread ankur.168
change data dir on fly in solr 4.6? --Ankur -- View this message in context: http://lucene.472066.n3.nabble.com/change-data-dir-on-fly-in-solr-4-6-tp4337098.html Sent from the Solr - User mailing list archive at Nabble.com.

Leading and trailing wildcard with phrase query and positional ordering

2013-11-19 Thread GOYAL, ANKUR
So, is it possible that boosting does not occur when the wildcards are used ? -Ankur

Solr Docvalues grouping

2013-11-20 Thread GOYAL, ANKUR
"For repeated access to the same field, the inverted index performs better due to internal Lucene caching". However, that link discusses about faceting. So, does the docValues performs slower as compared to inverted index when doing grouping also? -Ankur

TermVectorComponent NullPointerException

2013-11-26 Thread GOYAL, ANKUR
, the response that I get does not contain any term information. So, did anybody else also faced this issue ? With Regards, Ankur

OpenNLP integration with Solr

2014-09-09 Thread Ankur Dulwani
I am using Solr 4.9 and want to integrate openNLP with it. I ran the patch successfully LUCENE-2899 , the patch ran successfully and following are my changes in schema.xmlBut no proper outcomes can be seen. It is not recognizing the Named Entiti