Re: exclude some fields from copying dynamic fields | schema.xml

2009-11-15 Thread Vicky_Dev
:23 AM, Vicky_Dev vikrantv_shirbh...@yahoo.co.in wrote: Hi, we are using the following entry in schema.xml to make a copy of one type of dynamic field to another : copyField source=*_s dest=*_str_s / Is it possible to exclude some fields from copying. We are using Solr1.3 ~Vikrant

exclude some fields from copying dynamic fields | schema.xml

2009-11-13 Thread Vicky_Dev
Hi, we are using the following entry in schema.xml to make a copy of one type of dynamic field to another : copyField source=*_s dest=*_str_s / Is it possible to exclude some fields from copying. We are using Solr1.3 ~Vikrant -- View this message in context:

Re: complex queries

2009-11-11 Thread Vicky_Dev
Hi Erik, Is it possible to get result of one solr query feed into another Solr Query? Issue which I am facing right now is:: I am getting results from one query and I just need 2 index attribute values . These index attribute values are used for form new Query to Solr. Since Solr gives result

Re: Are subqueries possible in Solr? If so, are they performant?

2009-11-09 Thread Vicky_Dev
Hi Team, Is it possible to write subqueries in dismaxrequest handler? ~Vikrant Edoardo Marcora wrote: Does Solr have the ability to do subqueries, like this one (in SQL): SELECT id, first_name FROM student_details WHERE first_name IN (SELECT first_name FROM student_details WHERE

Re: Are subqueries possible in Solr? If so, are they performant?

2009-11-09 Thread Vicky_Dev
Otis -- Sematext is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: Vicky_Dev To: solr-user@lucene.apache.org Sent: Mon, November 9, 2009 1:48:03 PM Subject: Re: Are subqueries possible

Re: Are subqueries possible in Solr? If so, are they performant?

2009-11-09 Thread Vicky_Dev
Otis -- Sematext is hiring -- http://sematext.com/about/jobs.html?mls Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message From: Vicky_Dev vikrantv_shirbh...@yahoo.co.in To: solr-user@lucene.apache.org Sent: Mon, November 9, 2009 1:48:03 PM Subject

Re: Master Slave data distribution | rsync fail issue

2009-07-02 Thread Vicky_Dev
Yes. Permissions are same across cores ~Vikrant Bill Au wrote: Are the user/group/permissions on the snapshot files the same for both cases (manual vs postCommit/postOptimize events)? Bill On Tue, May 5, 2009 at 12:54 PM, tushar kapoor tushar_kapoor...@rediffmail.com wrote:

Re: Boost Query effect with Standard Request Handler

2009-06-18 Thread Vicky_Dev
Hi Hossman, We are also facing similar issue: is there any way to boost fields in standard query parser itself? ~Vikrant hossman wrote: : The reason I brought the question back up is that hossman said: ... : I tried it and it didn't work, so I was curious if I was still doing

Re: Query | Solr conf and data (index) distribution using master slave configuration

2009-04-24 Thread Vicky_Dev
Thanks Shalin for your reply Is it possible to replicate conf folder from master to slave? ~Vikrant Shalin Shekhar Mangar wrote: On Thu, Apr 23, 2009 at 10:10 AM, Vicky_Dev wrote: 1. Please confirm whether the tag entry : In solrconfig.xml should match for the Slave solr server

Query | Solr conf and data (index) distribution using master slave configuration

2009-04-22 Thread Vicky_Dev
I am working on 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. Machines : Linux 3.

Re: Tools for Managing Synonyms, Elevate, etc.

2009-02-02 Thread Vicky_Dev
Mark, Use GUI (may be custom build one) to read files which are present on Solr server. These files can be read using webservice/RMI call. Do all manipulation on synonyms.txt contents and then call webservice/RMI call to save that information. After saving information , just call RELOAD.

Re: Dynamic fields in schema.xml file

2009-02-02 Thread Vicky_Dev
Hi Sagar, Change dynamic field attribute( C,D and E)--stored = true and validate if above suggestion is not working , can you share your schema and solrconfig xml contents? ~Vikrant Sagar Khetkade-2 wrote: Hi, I am trying out the dynamic field in schema.xml with its attribute as

Date field issue within DismaxrequestHandler | searchterm is invalid date field.

2009-01-18 Thread Vicky_Dev
Hi, We are facing issues while using dismaxrequesthandler for date fields. We have to define date fields in str name=qf of solrConfig.xml. str name=qf ..other parameters productPublicationDate_product_dt^1.0 /str as soon as we add this in solrConfig.xml, dismax stops working for

DataImportHandler for updating indexes and DiscMax Request Handler for query

2008-12-20 Thread Vicky_Dev
Hi Team, I am currently using DiscMax Request Handler for indexing and querying to Solr. DiscMax Request Handler (Ranking / Boosting/ Blocking etc.) is working correclty. Issue: There are different database table on which query was done and accordingly Solr index will be created. If any

Re: Data Folder in Multicore | Solconfig entry not working

2008-10-23 Thread Vicky_Dev
Thanks Hoss.. That really work like magic :) ~Vikrant Shirbhate hossman wrote: : Admin screen, index document is coming up correctly in the response. But : when I start locating index (.cfs) file into folders . File is not created : at all. : : Solr Config xml entry (core 1) : :

Synonym Pattern | Need more details

2008-10-15 Thread Vicky_Dev
Hi We are using Solr 1.3 Synonym feature. There are different patterns found in Solr conf ..synnym folder. Can somebody explain meaning of different patterns? PATTERN 1: #some test synonym mappings unlikely to appear in real input text aaa = bbb = 1 2 ccc = 1,2 PATTERN 2:

Data Folder in Multicore | Solconfig entry not working

2008-10-15 Thread Vicky_Dev
Hi All, We are using latest solr release 1.3. Solr has been configured to use multicore feature. Index has been created successfully. And when using Solr Admin screen, index document is coming up correctly in the response. But when I start locating index (.cfs) file into folders . File is not

External Application (JIVE) : integration

2008-08-11 Thread Vicky_Dev
Hi I am beginner in Solr. Question: We have two types of search in site. a) First one is : Product search . Since all data is within database (our control environment, this type of search can be implemented using Solr (based on Lucene index) b) Second one is: External application / Third

Re: solr 1.3 ??

2008-08-05 Thread Vicky_Dev
release as soon as possible? Otherwise some interim release (1.2.x) containing DataImportHandler will also a good option. Are we expecting solr 1.3 release soon ??? ~Vikrant Norberto Meijome-2 wrote: On Mon, 4 Aug 2008 21:13:09 -0700 (PDT) Vicky_Dev [EMAIL PROTECTED] wrote: Can we get

Re: Solr tutorial

2008-08-04 Thread Vicky_Dev
Thanks Erik for quick response Vikrant Erik Hatcher wrote: On Aug 4, 2008, at 1:55 PM, Vicky_Dev wrote: I am Newbie to Solr . I am looking for guide to build a Solr based search. I was not able to find any book/reference manual on Solr which can help out in building application