multi word search for elevator (QueryElevationComponent) not working

2014-04-14 Thread Niranjan
Hi All,

I have implemented a sponsor search where I have to elevate a particular
document for a specific query text.

To achieve this I have made the following changes (solr version:4.7.1):

1) Changes in solrConfig.xml


  
  string
  elevate.xml

 

  
explicit
  
  
elevator
  


2)added the required doc id in elevate.xml




 

 


I am able to fetch the proper elevated result for query text "ipod" but the
problem is that when I am trying 
to search for "apple ipod" (multi word) the documents are not getting
elevated,although my query contains the term "ipod".

What is the proper way to configure the ElevationComponent so that it works
for both singleword query as "ipod" as well as multi word query "apple
ipod"?

Thanks in advance!!!
Niranjan








--
View this message in context: 
http://lucene.472066.n3.nabble.com/multi-word-search-for-elevator-QueryElevationComponent-not-working-tp4131016.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: multi word search for elevator (QueryElevationComponent) not working

2014-04-18 Thread Niranjan
Hi Remi ,

Thanks for your reply.

I tried with with setting the query_text for "apple ipod" and added the
required doc_id to elevate.
I got the result but again I am  not able to get the desired result for NLP
queries such as "ipod nano generation 5" or "apple ipod best music ".
As in both the queries it contains "ipod" for which I want my desired doc
id's to be elevated.

I also tried changing in the QueryElevationComponent as:

First with this:
string"

Second time:
text_general

But no success.

Please correct me if I am doing the correct change as you mentioned.

Is there any other way round  in solr to achieve this.(Promoted Search).
Please guide me.

Regads,
Niranjan






--
View this message in context: 
http://lucene.472066.n3.nabble.com/multi-word-search-for-elevator-QueryElevationComponent-not-working-tp4131016p4131971.html
Sent from the Solr - User mailing list archive at Nabble.com.


While Indexing in Solr getting "SolrException: Invalid Date String:'12/20/13'

2014-04-21 Thread Niranjan
Hi All,

I am trying to index a metatag "topic_date" of format "mm/dd/yy".

But I am getting an exception of Invalid date string.

I tried to google it but I could see that in solr the date time format is
-MM-DDThh:mm:ssZ.

I tried configuring the time format in schema as below:



But getting the same error.

Is my configuration wrong.

Please help me How can I achieve indexing my date field in my own specified
format (MM/DD/YY).

Thanks in advance!!!

Regards,
Niranjan








--
View this message in context: 
http://lucene.472066.n3.nabble.com/While-Indexing-in-Solr-getting-SolrException-Invalid-Date-String-12-20-13-tp4132371.html
Sent from the Solr - User mailing list archive at Nabble.com.


Turning on SSL on solr 4.2.1

2019-05-15 Thread Niranjan Babu Bommu
Hi All,

I'm niranjan, we have been running solr 4.2.1 in stage and prod, we have a
new requirement to turn on SSL on solr, unfortunately I couldn't be able to
find SSL part in 4.2.1 docs, I'm wondering whether 4.2.1 doesn't support
SSL, can some one forward me the docs if there is an option to turn on SSL?

-- 
*Thanks*
*Niranjan*


Re: Turning on SSL on solr 4.2.1

2019-05-15 Thread Niranjan Babu Bommu
thanks Jan, I realized when I install 5.5 which has option to enable SSL.

On Wed, May 15, 2019 at 5:54 PM Jan Høydahl  wrote:

> You need at least 5.2 or 5.3 to use SSL.
> But if you at all care about security you should REALLY REALLY upgrade to
> latest version. Just check the list of fixed vulnerabilities and bugs.
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
> > 15. mai 2019 kl. 14:41 skrev Niranjan Babu Bommu <
> niranjan.bo...@gmail.com>:
> >
> > Hi All,
> >
> > I'm niranjan, we have been running solr 4.2.1 in stage and prod, we have
> a
> > new requirement to turn on SSL on solr, unfortunately I couldn't be able
> to
> > find SSL part in 4.2.1 docs, I'm wondering whether 4.2.1 doesn't support
> > SSL, can some one forward me the docs if there is an option to turn on
> SSL?
> >
> > --
> > *Thanks*
> > *Niranjan*
>
>

-- 
*Thanks*
*Niranjan*