Re: modify query response plugin

2019-08-08 Thread Maria Muslea
rew Carnegie Blvd | 4th floor > Charlotte, NC 28263 > Tel: 704.988.4508 > Fax: 704.988.4907 > bmo...@tiaa.org > > > -Original Message- > From: Maria Muslea > Sent: Thursday, August 8, 2019 1:28 PM > To: solr-user@lucene.apache.org > Subject: Re: modify quer

Re: modify query response plugin

2019-08-08 Thread Andrea Gazzarini
8625 Andrew Carnegie Blvd | 4th floor > > Charlotte, NC 28263 > > Tel: 704.988.4508 > > Fax: 704.988.4907 > > bmo...@tiaa.org > > > > > > -Original Message- > > From: Maria Muslea > > Sent: Thursday, August 8, 2019 1:28 PM > > To: s

Re: modify query response plugin

2019-08-08 Thread Atita Arora
Maria Muslea > Sent: Thursday, August 8, 2019 1:28 PM > To: solr-user@lucene.apache.org > Subject: Re: modify query response plugin > > Thank you for your response. I believe that the Tagger is used for NER, > which is different than what I am trying to do. > It is also available o

RE: modify query response plugin

2019-08-08 Thread Moyer, Brett
4508 Fax: 704.988.4907 bmo...@tiaa.org -Original Message- From: Maria Muslea Sent: Thursday, August 8, 2019 1:28 PM To: solr-user@lucene.apache.org Subject: Re: modify query response plugin Thank you for your response. I believe that the Tagger is used for NER, which is different than wh

Re: modify query response plugin

2019-08-08 Thread Maria Muslea
Thank you for your response. I believe that the Tagger is used for NER, which is different than what I am trying to do. It is also available only with Solr 7 and I would need this to work with version 6.5.0. I am trying to manipulate the data that I already have in the response, and I can't find

Re: modify query response plugin

2019-08-06 Thread Erik Hatcher
I think you’re looking for the Solr Tagger, described here: https://lucidworks.com/post/solr-tagger-improving-relevancy/ > On Aug 6, 2019, at 16:04, Maria Muslea wrote: > > Hi, > > I am trying to implement a plugin that will modify my query response. For > example, I would like to execute a

modify query response plugin

2019-08-06 Thread Maria Muslea
Hi, I am trying to implement a plugin that will modify my query response. For example, I would like to execute a query that will return something like: {... "description":"flights at LAX", "highlight":"airport;11;3" ...} This is information that I have in my document, so I can return it. Now, I