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
n't need voice > 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, 20

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 <puneet.paw...@gmail.com> wrote: > Hi Alessandro > > I am looking at being able to answer questions like "Can a non-compete > clause in an employment agreement be en

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

2016-07-09 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 <puneet.paw...@gmail.com> wrote: > Hi Alessandro > > I am lookin

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

2016-07-09 Thread Puneet Pawaia
. > > > > SOLRJ Java API reference: > > 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

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

2016-07-07 Thread Puneet Pawaia
<guoyang...@gmail.com > <javascript:;>> wrote: > > > What is your NLP search like? I 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 Paw

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" <jay.urb...@gmail.com> wrote: > I use Stanford NLP and cTakes (based on OpenNLP) while indexing with a > SOLRJ application. > > Best, > Jay > > On

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

2016-07-07 Thread Puneet Pawaia
e 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 <puneet.paw...@gmail.com> 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

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

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

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

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.

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 iori...@yahoo.com 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, Puneet Pawaia puneet.paw

Re: Expected date of release for Solr 4.7.1

2014-03-31 Thread Puneet Pawaia
://blog.mikemccandless.com On Sat, Mar 29, 2014 at 2:26 PM, Puneet Pawaia puneet.paw...@gmail.com 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: 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 manju16832...@gmail.com wrote: Hi Puneet, if you type

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

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
. The problem 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 puneet.paw...@gmail.com wrote: Hi All, Not being a Java expert, I

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
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 puneet.paw...@gmail.com wrote: Hi Gora, Had seen that before but took a look again. Since it is not yet

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: Xml Query Parser

2013-12-05 Thread Puneet Pawaia
with this. Regards Puneet On Fri, Dec 6, 2013 at 11:54 AM, Gora Mohanty g...@mimirtech.com wrote: On 6 December 2013 11:35, Puneet Pawaia puneet.paw...@gmail.com 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

Re: SolrCloud - BadRequest error when adding records

2013-11-29 Thread Puneet Pawaia
monitor.xml java -Durl=http://localhost:8983/solr/collection1/update -jar post.jar mem.xml -Original Message- From: Puneet Pawaia [mailto:puneet.paw...@gmail.com] Sent: 29 November 2013 06:42 To: solr-user@lucene.apache.org Subject: Re: SolrCloud - BadRequest error when

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 puneet.paw...@gmail.comwrote: I am

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
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 -Djute.maxbuffer=5242880 to zkServer.sh (http://zkServer.sh), zkCli.sh (http://zkCli.sh) and solr startup command

SolrCloud - BadRequest error when adding records

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

Re: SolrCloud - BadRequest error when adding records

2013-11-28 Thread Puneet Pawaia
, there are no errors. Regards Puneet On 29 Nov 2013 06:09, Erick Erickson erickerick...@gmail.com 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 PM, Puneet Pawaia puneet.paw

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

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 yago.rive...@gmail.com wrote: You can use

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
) 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 point me to an implementation of this. Regards Puneet Pawaia On 27 Nov 2013 22