XMLQueryParser support for Wildcards and Prefix Queries

2017-02-06 Thread Puneet Pawaia
Hi, I see that the Lucene XMLQueryParser still does not support some query types like Wildcard queries and Prefix queries. How is the search for terms with wildcards etc proposed to be handled by XmlQueryParser? Thanks. Puneet

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-10 Thread Puneet Pawaia
e > recognition you could remove Watson from it. Stanford has better dependency > parsing and can be used offline. However it seems you are using Watson's > retrieve and rank API, which is based on Solr, am I correct? > > Yangrui > > On Saturday, July 9, 2016, Puneet Pawaia wr

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-09 Thread Puneet Pawaia
if you can use the Watson NLP? Regards Puneet On Sat, Jul 9, 2016 at 11:37 AM, Puneet Pawaia wrote: > Hi Alessandro > > I am looking at being able to answer questions like "Can a non-compete > clause in an employment agreement be enforced after the expiry of the > agreem

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-08 Thread Puneet Pawaia
e question. Since IBM Watson uses Solr at its backend, I was wondering if we can get the same working at the Solr level without having to use Watson. Regards Puneet On Sat, Jul 9, 2016 at 11:34 AM, Puneet Pawaia wrote: > Hi Alessandro > > I am looking at being able to answer questi

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-08 Thread Puneet Pawaia
ference: > > https://cwiki.apache.org/confluence/display/solr/Using+SolrJ > > > > Stanford NLP: > > http://stanfordnlp.github.io/CoreNLP/ > > > > Best, > > Jay > > > > > > On Thu, Jul 7, 2016 at 9:52 PM, Puneet Pawaia > > wrote: >

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
have a NLP solution for Solr and just > open > > sourced it. Not sure if it fits your need > > > > Yangrui > > > > On Thursday, July 7, 2016, Puneet Pawaia > wrote: > > > > > Hi > > > > > > I am currently using Solr 5.5.x

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Hi Jay Any place I can learn more on this method of integration? Thanks Puneet On 8 Jul 2016 02:58, "Jay Urbain" wrote: > I use Stanford NLP and cTakes (based on OpenNLP) while indexing with a > SOLRJ application. > > Best, > Jay > > On Thu, Jul 7, 2016 at 1

Re: Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
just open sourced it. Not sure if it fits your need Yangrui On Thursday, July 7, 2016, Puneet Pawaia wrote: > Hi > > I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x if > required. > I am working on a POC for natural language query using Solr. Should I use &g

Integrating Stanford NLP or any other NLP for Natural Language Query

2016-07-07 Thread Puneet Pawaia
Hi I am currently using Solr 5.5.x to test but can upgrade to Solr 6.x if required. I am working on a POC for natural language query using Solr. Should I use the Stanford libraries or are there any other libraries having integration with Solr already available. Any direction in how to do this woul

Re: Solr Performance with Ram size variation

2015-04-17 Thread Puneet Pawaia
Hi, This may be irrelevant but your machine configuration reminded me of some reading I had done some time back on memory vs ssd. Do a search on solr ssd and you should get some meaningful posts. Like this one https://sbdevel.wordpress.com/2013/06/06/memory-is-overrated/ Regards Puneet On 18 Apr 2

Postingshighlighter with prefix queries

2014-05-17 Thread Puneet Pawaia
Hi all Postingshighlighter in Solr 4.7 is supposed to be able to highlight prefix queries. However you are supposed to subclass it and override getAnalyzer to that used at index time. Any examples to show how this is done when using Solr? Regards Puneet

Re: Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Puneet Pawaia
Hi. Yes I installed Tortoise svn. Regards Puneet On 4 Apr 2014 19:35, "Ahmet Arslan" wrote: > Hi, > > When you install subversion, svnversion executable comes with that too. > Did you install any svn client for Windows? > > > > On Friday, April 4, 2014 3:38 PM

Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Puneet Pawaia
Hi all. I am trying to build lucene 4.7.1 from the sources. I can compile without any issues but when I try to build the dist, lucene gives me Cannot run program "svnversion" ... The system cannot find the specified file. I am compiling on Windows 7 64-bit using java version 1.7.0.45 64-bit. Whe

Re: Expected date of release for Solr 4.7.1

2014-03-31 Thread Puneet Pawaia
). > > Mike McCandless > > http://blog.mikemccandless.com > > > On Sat, Mar 29, 2014 at 2:26 PM, Puneet Pawaia > wrote: > > Hi > > Any idea on the expected date of release for Solr 4.7.1 > > Regards > > Puneet >

Expected date of release for Solr 4.7.1

2014-03-29 Thread Puneet Pawaia
Hi Any idea on the expected date of release for Solr 4.7.1 Regards Puneet

Highlight span queries

2014-02-13 Thread Puneet Pawaia
Hi I am using SOLR 4.6. I need to highlight span queries. But when I fire a span query, there are no highlight snippets. Is there any highlighter out there that can be used? Regards Puneet

SOLR 4.6 and Highlight Snippets with spannear

2014-02-07 Thread Puneet Pawaia
Hi. I am using Solr 4.6 with XmlQueryParser from Jira. I have noticed that if I have a spannear query, then no highlights snippets are returned. I have tried both regular highlighter as well as fast vector highlighter. Is there any limitation of the highlighters with respect to spannear queries? Re

Re: Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
Hi Manju Would this query not be searching for and thus restricting results to type sedan and compact? I would like the results to include other types but only show up lower down the list. Regards Puneet On 26 Dec 2013 07:15, "manju16832003" wrote: > Hi Puneet, > if you type field is pre-determin

Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
Hi all I am using Solr 4.6. I want to query a field for a value but boost the results based on a different value of another field. Example search for car rental in products category field but boost results for car types field with value compact by factor of 10 and sedan by factor of 5. I am using t

DataImportHandler and NoSuchMethodError : SolrCore.getSchema()

2013-12-21 Thread Puneet Pawaia
Hi all, I am using Solr 4.6 on Windows 7 64bit. I have everything setup including DataImportHandler using jetty. This works fine. However, when I transfer the entire example folder to Windows Server 2012 64bit, I start getting a NoSuchMethodError for SolrCore.getSchema(). I Both machines run the

SOLR 4.6 and getPayloadsForQuery

2013-12-19 Thread Puneet Pawaia
Hi all Is there any way to get the payloads for a qurey in Solr. Lucene has a class PayloadSpanUtil that has a function called getPayloadsForQuery that gets the payloads for terms that match. Is there something similar in Solr ? TIA Puneet

Re: Solr-839 and version 4.5 (XmlQueryParser)

2013-12-18 Thread Puneet Pawaia
roblem is that > SolrQueryParser is derived from Solr's QueryParser class which has now > diverged from the Lucene one. > > Will try to get our patches updated and issued over Xmas. > > > On 17 December 2013 14:53, Puneet Pawaia wrote: > > > Hi All, > >

Solr-839 and version 4.5 (XmlQueryParser)

2013-12-17 Thread Puneet Pawaia
Hi All, Not being a Java expert, I used Daniel Collins' modification to patch with version 4.0 source. It works for a start. Have not been able to test much. Next, I tried the same modifications with Solr 4.6.0. This throws up 2 errors. I resolved public Query parse() throws ParseException { by

Re: Xml Query Parser

2013-12-06 Thread Puneet Pawaia
en. Hopefully in the new year once higher priority things have > been dealt with. I haven't tried Erik's alternative, but that does look > promising (and a lot more concise than our approach!) > > > On 6 December 2013 06:51, Puneet Pawaia wrote: > > > Hi Gora,

Re: Xml Query Parser

2013-12-05 Thread Puneet Pawaia
. Regards Puneet On Fri, Dec 6, 2013 at 11:54 AM, Gora Mohanty wrote: > On 6 December 2013 11:35, Puneet Pawaia wrote: > > Hi, > > > > I am testing using Solr 4.6 and would like to know if there is some > > implementation like XmlQueryParser of Lucene in solr. > [...]

Xml Query Parser

2013-12-05 Thread Puneet Pawaia
Hi, I am testing using Solr 4.6 and would like to know if there is some implementation like XmlQueryParser of Lucene in solr. I need to be able to use SpanQueries. How would one go about implementing this if it is not already implemented in solr. TIA Puneet

Re: SolrCloud - BadRequest error when adding records

2013-11-29 Thread Puneet Pawaia
/update -jar > post.jar ipod_video.xml > >java -Durl=http://localhost:8983/solr/collection1/update -jar > post.jar monitor.xml > > java -Durl=http://localhost:8983/solr/collection1/update -jar > post.jar mem.xml > > > > -Original Message--

Re: SolrCloud - BadRequest error when adding records

2013-11-28 Thread Puneet Pawaia
errors. Regards Puneet On 29 Nov 2013 06:09, "Erick Erickson" wrote: > How are you trying to update? This looks like the intra-shard URL, > What's the process by which you attempt to add the docs? > > Best, > Erick > > > On Thu, Nov 28, 2013 at 12:20

SolrCloud - BadRequest error when adding records

2013-11-28 Thread Puneet Pawaia
what could be the problem. TIA Regards Puneet Pawaia

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
jute.maxbuffer=10485761" param in start command > > -- > Yago Riveiro > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > On Thursday, November 28, 2013 at 10:24 AM, Puneet Pawaia wrote: > > > Hi > > > > Managed to get it working by adding -Dj

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
Hi Managed to get it working by adding -Djute.maxbuffer=5242880 to zkServer.sh, zkCli.sh and solr startup command. Please let me know if this value for jute.maxbuffer is within acceptable limits Regards Puneet On Thu, Nov 28, 2013 at 6:40 AM, Puneet Pawaia wrote: > I am running an ensem

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
w.sparrowmailapp.com/?sig) > > > On Wednesday, November 27, 2013 at 5:31 PM, Puneet Pawaia wrote: > > > Yago, not sure if this is a good idea. Docs say this is dangerous stuff. > > > > Anyway, not being a linux or java expert, I would appreciate if you could > > p

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
Yago, not sure if this is a good idea. Docs say this is dangerous stuff. Anyway, not being a linux or java expert, I would appreciate if you could point me to an implementation of this. Regards Puneet Pawaia On 27 Nov 2013 22:54, "Yago Riveiro" wrote: > You can use the jute.maxb

SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
location other than the Config Folder since the config folder is loaded into ZooKeeper. TIA Puneet Pawaia