Data Import Handler OR Solrj to index existing data

2013-08-01 Thread payalsharma
Hi All, It has been found that DIH might not suitable to index existing data from DB due to security reasons as like the security people WILL NOT “just open the database for the IP address of the Solr indexer. Is it true, what is preferable. Please let me know on this. Thanks in advance. --

Category and Subcategory handling in 4.4 version

2013-08-07 Thread payalsharma
Hi All, Our web application (e commerce ) requires primary and secondary categories in items. Based on this requirement I have following queries : 1) How category and subcategory are handled in solr version 4.4. I have used apache-solr-1.3.0 previously, but facets have undergone many big changes

Document generation from database and partially from other source for the same item

2013-08-07 Thread payalsharma
Hi all, We have a requirement in the ecommerce site that, Keywords string for items is required but just for searching purpose. Since keywords will be long and only used for searching thus we just want to be indexed and don't need them to persist in DB. Keywords will be there is the spreadsheet in

Handling categories( level one and two) based navigation

2013-08-08 Thread payalsharma
Hi All, Our web application (e commerce ) requires primary and secondary categories in items. Based on this requirement I have following queries : 1) How category and subcategory are handled in solr version 4.4. I have used apache-solr-1.3.0 previously, but facets have undergone many big change

Re: Handling categories( level one and two) based navigation

2013-08-13 Thread payalsharma
Hi Eric, Yeah a document can belong to multiple subcategory hierarchies. Also we will be having multi-level categorization unlike the 2 level I previously mentioned. like : Electronics > Phones > Google Nexus ... Also since solr does not support relational join, so shall I fetch the categorie

Applying Stop words for Field Type String

2008-09-29 Thread payalsharma
We have the facility of applying stop words for Field Type text during Query analyzer in schema.xml as shown below :

How Synonyms work in Solr

2008-10-16 Thread payalsharma
Hi, Please explain that how the below mentioned synonyms patterns work in Solr Search as there exists several seperators for synonym patterns: 1. #Explicit mappings match any token sequence on the LHS of "=>" #and replace with all alternatives on the RHS. These types of mappings #ignore the ex

Getting Status 400 - org.apache.lucene.queryParser.ParseException on submitting a search query having ^ symbol through Web Application

2008-11-10 Thread payalsharma
Hi, I am getting the following error while triggering a search query through the web application : HTTP Status 400 - org.apache.lucene.queryParser.ParseException: Cannot parse 'Sigma Survey for Police Officers&field=Index_Type_s:productIndex&field=productType_s:product&field=Index_Type_s:product

Sorting is not taking place on the search results when query consists of "qt " parameter

2008-11-13 Thread payalsharma
Hi, I am trying to sort the search results on the basis of some fields of my XML document. SAMPLE RESULT XML document : productIndex 5000 productIndex 799 baraaa 5000 5000 sapient123 in Stock 4999 In Search of the Shape of the Universe 799 baraaa

To associate sort criteria with the search query having fields of type String( required to be treated as numeric)

2008-11-13 Thread payalsharma
Hi, I m trying to apply sort on the search query which includes fields of type string, but i want some fields to be treated as of type float/integer by solr since the field basicly contains numeric value but have been defined as of type string in solrCofig.XML Currently sorting on these fileds o

Issue with Search when using wildcard(*) in search term.

2008-12-09 Thread payalsharma
Hi All, I am searching a term on Solr by using wildcard character "*" like this : http://delpearsonwebapps:8080/apache-solr-1.3.0/core51043/select/?q=alle* here the search term(word) is : alle* This query gives me proper result , but as i give dismaxrequest as parameter in the query , n

Can we extract contents from two Core folders

2008-12-10 Thread payalsharma
Hi All, Issue: Need to fetch the data available in different core folders. Scenario: We are storing the information on different core folders specific to website ids (such as CoreUSA,CoreUK,CoreIndia ..). Thus information specific to any region get store in specific core folder. for e.g. for ind

Re: Can we extract contents from two Core folders

2008-12-10 Thread payalsharma
Hi, Will you please explain what exactly you mean by : Distributed search over the cores. Please provide some context around this. Thanks markrmiller wrote: > > payalsharma wrote: >> Hi All, >> >> Issue: Need to fetch the data available in different core folders.

Master Slave Solr Replication Automation

2009-04-21 Thread payalsharma
We have a requirement of replicating data from one Solr set on a Linux Box to Second Solr on another Linux box. In order to achieve the same we will use the SolrCollectionDistributionScripts(snapshooter, snappuller etc) and rsync utility. Configurations: 1. Apache Solr 1.3.0 2. Machine

Snapinstaller on slave solr server | Can not connect to solr server issue

2009-04-28 Thread payalsharma
Hi All, I m facing an issue while running snapinstaller script on the Slave server, scripts installs the latest snapshot , but creates issue while making connectivity to the solr server , logs for the same from snapinstaller.log : 2009/04/28 18:48:03 command: /opt/apache-solr-1.3.0/example/solr/

Re: Snapinstaller on slave solr server | Can not connect to solr server issue

2009-04-28 Thread payalsharma
same without modifying the script. Thanks, Payal payalsharma wrote: > > Hi All, > > I m facing an issue while running snapinstaller script on the Slave > server, scripts installs the latest snapshot , but creates issue while > making connectivity to the solr server , logs

Re: Snapinstaller on slave solr server | Can not connect to solr server issue

2009-04-28 Thread payalsharma
modifying the script. Thanks, Payal payalsharma wrote: > > Hi All, > > I m facing an issue while running snapinstaller script on the Slave > server, scripts installs the latest snapshot , but creates issue while > making connectivity to the solr server , logs for the same from &