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
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
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
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
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:
>
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
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
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
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
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
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
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
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
).
>
> 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
>
Hi
Any idea on the expected date of release for Solr 4.7.1
Regards
Puneet
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
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
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
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
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
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
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,
> >
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
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,
.
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.
> [...]
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
/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--
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
what could be the problem.
TIA
Regards
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
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
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
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
location other than the Config Folder since the config folder is loaded
into ZooKeeper.
TIA
Puneet Pawaia
34 matches
Mail list logo