Pivot facets

2015-09-21 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi  Can someone suggest or any workaround for my issue with Pivot facets?

Use case: I have a collection with 5 Levels of fields, In some documents the 
data won't be there for Five Levels (fields) and I am not indexing the columns 
(No column for that doc).

In some search results the Pivot facets returns the nodes for all levels as 
tree (when data present in all fields) and some scenario  all levels are not 
getting (e.g. in case where fields not there), Is it mandatory to have all the 
fields in each doc to get the pivot facet always..?

Thanks


Ravi Kumar Taminidi

Bosch Automotive Aftermarket
Automotive Service Solutions

28635 Mound Road
Warren, MI 48092
USA
www.bosch.com

Tel +1 586 578-7367
external.ravi.tamin...@us.bosch.com



Re: Search to Ignore ,

2015-08-27 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi Team, Can someone help on implementing filter to ignore , in string?

e.g. I have Technical, Specification

If I search Technical'  or  Technical, Specification I have to get this 
results, but current I am not .


Simply Ignore the , I can't index the existing Data as it is very huge , is 
there any way to do it at query time.


Thanks

Ravi


Stemming Issue

2015-07-27 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi , I am using the solr.KStemFilterFactory in my solr schema for a custom 
field type. When I use the interface (Solr) to Analysis the words. I am getting 
strange behavior.

E.g. If Add the keyword Supplies I am not getting anything like Supply. Is 
this behavior is because of the Kstem, is there any other stemming algorithm 
can fix this issue.

Thanks

Ravi


Rule for Score

2015-07-20 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi All, Can you someone explain or refer me right place to know more on how the 
Score is calculated, I am seeing it has few attribute like, termfrequency, 
document frequeuncy, weight, boost also it is say sum of , product of..

Is there any example of understanding the basics of these attributes and the 
logic for calculating the score.

Thanks

Ravi


RE: Rule for Score

2015-07-20 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Thanks Shawn, I will Check that.


Ravi

-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org] 
Sent: Monday, July 20, 2015 10:23 AM
To: solr-user@lucene.apache.org
Subject: Re: Rule for Score

On 7/20/2015 8:16 AM, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) wrote:
 Hi All, Can you someone explain or refer me right place to know more on how 
 the Score is calculated, I am seeing it has few attribute like, 
 termfrequency, document frequeuncy, weight, boost also it is say sum of , 
 product of..
 
 Is there any example of understanding the basics of these attributes and the 
 logic for calculating the score.

If you add debugQuery=true to your URL request, then you will get a full 
accounting of how the score was calculated for each document in the results.  I 
think debug=query also works.

Looking at the source code for DefaultSimilarity is probably also helpful.  
Here's the javadoc for that class:

http://lucene.apache.org/core/5_2_0/core/org/apache/lucene/search/similarities/DefaultSimilarity.html

Much more detailed info is available by clicking on the parent class link 
(TFIDFSimilarity) on this page.

Thanks,
Shawn



RE: XML File Size for Post.jar

2015-07-13 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
I Can break that into smaller files but for other case the number of files 
growing in 100s..

Can I Parse XML Files to DIH..?  Can you refer few examples..?

Thanks

Ravi

-Original Message-
From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] 
Sent: Monday, July 13, 2015 3:01 PM
To: solr-user
Subject: Re: XML File Size for Post.jar

I don't think you can do files that big. The memory would blow out.
You sure you cannot chunk it into smaller document sets? Or make it a streaming 
parsing with DIH in a pull fashion?

Regards,
   Alex.

Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 13 July 2015 at 14:56, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) 
external.ravi.tamin...@us.bosch.com wrote:

 HI, Where I have to change to support the xml file more than 2GB to Index in 
 Solr, using the simple post tool (post.jar) for Jetty and Tomcat.

 Thanks

 Ravi


XML File Size for Post.jar

2015-07-13 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)

HI, Where I have to change to support the xml file more than 2GB to Index in 
Solr, using the simple post tool (post.jar) for Jetty and Tomcat.

Thanks

Ravi


Solr Error Message ShutDown

2015-04-22 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi , We are having an issue without PROD environment and its say below message 
when we access solr using browser..


HTTP Status 503 - Server is shutting down or failed to initialize

type Status report
message Server is shutting down or failed to initialize
description The requested service is not currently available.

Apache Tomcat/7.0.59

Any Suggestions or similar will help US. Note: This happens after Microsoft 
Patch, The solr is in Windows environment (2012)


Thanks

Ravi





Merge Two Fields in SOLR

2015-04-07 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hi Group,

I am not sure if we have any easy way to merge two  fields data in One Field, 
the Copy field doesn’t works as it stores as Multivalued.

Can someone suggest any workaround to achieve this Use Case?

FirstName:ABC
SurName:XYZ

I need an Another Field with Name:ABCXYZ where I have to do at SOLR END.. as 
the Source Data is read only and no control to comibine.


Thanks

Ravi


Field Rename in SOLR

2015-03-09 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
Hello, Can anyone know how to rename a field with the below field Name. When I 
try the below method it says undefined field Name_en

fl=ProductName:Name_en-US

It throws error saying undefined field 'Name_en', it is not recognizing the 
full field name.. 'Name_en-US'

Is there any work around..?

Thanks

Ravi



Encrypt Data in SOLR

2015-02-27 Thread EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS)
HI, Do Any one know how to encrypt the Solr Data Stored ? e.g. I have to do a 
search on the address for the customer, but the data should be not able to read 
by naked eyes?

Thanks

Ravi