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

2009-11-15 Thread Vicky_Dev
ard rule, and 2) > that "stored=false indexed=false" works. > > On Fri, Nov 13, 2009 at 3:23 AM, Vicky_Dev > wrote: >> >> Hi, >> we are using the following entry in schema.xml to make a copy of one type >> of >> dynamic field to another : >&g

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 : Is it possible to exclude some fields from copying. We are using Solr1.3 ~Vikrant -- View this message in context: http://old.nabble.com/exclude-some-fields-from-copying-dynamic-fi

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
. > cookies AND vanilla > > 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 >

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

2009-11-09 Thread Vicky_Dev
. > cookies AND vanilla > > 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 >

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 > WH

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> wro

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 do

Re: Searching across multivalued fields

2009-06-18 Thread Vicky_Dev
Hi Michel, We are also facing same problem mentioned in the post (we are using dismaxrequesthandler):: Ex: There is product title field in which --possible values 1) in unique key ID =1000 prdTitle_s field contains value "ladybird classic" 2) in unique key ID =1001 prdTitle_s field contains val

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.x

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. Topolog

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 attribut

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. Chec

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 of solrConfig.xml. .. productPublicationDate_product_dt^1.0 as soon as we add this in solrConfig.xml, dismax stops working for other attributes. ?q=searchterm&qt=dismaxr

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 cont

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

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 cr

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

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 par

Indexing time boosts on particular field

2008-08-05 Thread Vicky_Dev
Hi Requirement: For given document , if course type = "MATHMATICS" then search results contains Course type "MATHMATICS" documents then show search results should show Course type "MATHMATICS" documents prior than any other documents. Course Type will be one of the field whist creating solr in

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 PROTE

solr 1.3 ??

2008-08-04 Thread Vicky_Dev
Hi Any ideas on when 1.3 might be released? In solr 1.3, there are really good features like--DataImportHandler which I want to use in my project. Trunk folder is changing regularly. Can we get solr 1.3 release as soon as possible? Otherwise some interim release (1.2.x) containing DataImportH

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

Solr tutorial

2008-08-04 Thread Vicky_Dev
Hi 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 around solr. Links mentioned "02 October 2007 - Solr at OSSummit Asia" on http://lucene.apache.org/solr/ is not work