Re: copyField question

2012-03-22 Thread ramdev.wudali
Hi Tomas: These fields are for searching only. Currently we have around 1.8M docs indexed.and Assuming each Doc has about 20 of these additional fields to be created as dynamic fields (worst case scenario), and also there are about 6K if these different values (I.e. If we were to create static fi

Re: copyField question

2012-03-21 Thread ramdev.wudali
Hi Tomás: I think there is simplicity in your solution ;) A document would have Tens of different values. (at the most 20)Š So If were to follow your suggestion of naming a dynamic field with the value as the name of the field and the corresponding Score as the value. How would I go about chan

Re: Multi-valued polyfields - Do they exist in the wild ?

2012-03-21 Thread ramdev.wudali
Hi Yonik: Thanks, I am looking a field (example: Currency) which can have multiple values within a document (I.e. Different currencies and corresponding conversion rates). I would like to store that information as part of one multivalued field. Even better would be a solution that upon queried

copyField question

2012-03-21 Thread ramdev.wudali
Hi: Is it it possible to store a value and a corresponding score in Solr as part of a single Field definition. And Can this field be a multivalued field ? I have several terms that are score. I would like to store them as part of a single field definition rather than having to create two diffe

Multi-valued polyfields - Do they exist in the wild ?

2012-03-20 Thread ramdev.wudali
Hi: We have been keen on using polyfields for a while. But we have been restricted from using it because they do not seem to support Multi-values (yet). I am wondering if there are any Custom implementations or is there any ETA on the Solr releases to include Multivalued PolyFields . Thank

is the SolrJ call to add collection of documents a blocking function call ?

2012-03-19 Thread ramdev.wudali
Hi: I am trying to index a collection of SolrInputDocs to a Solr server. I was wondering if the call I make to add the documents (the add(Collection) call ) is a blocking function call ? I would also like to know if the add call is a call that would take longer for a larger collection of do

How do I go about adding a score attribute to a field

2012-01-09 Thread ramdev.wudali
Hi All: I have been using Solr for a few months now. however I have ran into a situation where now I need to have additional values (like score) to a multivalued field. for example: field def : For each of the values, there is a corresponding score that I need to keep track of. The b

How do I go about adding a score attribute to a field

2012-01-09 Thread ramdev.wudali
Hi All: I have been using Solr for a few months now. however I have ran into a situation where now I need to have additional values (like score) to a multivalued field. for example: field def : For each of the values, there is a corresponding score that I need to keep track of. Th

escaping special characters does not seem to be escaping in query

2011-08-30 Thread ramdev.wudali
Hi All: I have a few fields that are of the form: "A:2B" or "G:U2" and so on. I would like to be able to search the field using a wild character search like: A:2* or G:U*. I have tried out modifying the field_type definitions to allow for such queries but without any luck Could someone/a

Re: assit with the Clustering component in Solr/Lucene

2011-05-16 Thread ramdev.wudali
Thanks much Stan, Ramdev On May 16, 2011, at 11:38 AM, Stanislaw Osinski wrote: Both of the clustering algorithms that ship with Solr (Lingo and STC) are designed to allow one document to appear in more than one cluster, which actually does make sense in many scenario

Re: assit with the Clustering component in Solr/Lucene

2011-03-31 Thread ramdev.wudali
That did make a difference, I now see the exact number of cluster i see from the workbench. I am of course interested in why the config changes did not have much effect. However, I am happy that by adding the threshold to my request URL produces the desired results let me know if I can do any m

Re: assit with the Clustering component in Solr/Lucene

2011-03-31 Thread ramdev.wudali
Hi Staszek: I added the parameter as you suggested. (LingoClusteringAlgorithm.clusterMergingThreshold) into the searchComponent section that describes the Clustering module Changing the value of the parameter did not have any effect on my search results. However, when I used the Carrot2 w

assit with the Clustering component in Solr/Lucene

2011-03-30 Thread ramdev.wudali
Hi: I recently included the CLustering component into Solr and updated the requestHandler accordingly (in solrconfig.xml). Snippet of the Config for the CLuserting: default org.carrot2.clustering.lingo.LingoClusteringAlgorithm 20

help with Solr installation within Tomcat7

2011-03-22 Thread ramdev.wudali
Hi All: I have just started using Solr and have it successfully installed within a Tomcat7 Webapp server. I have also indexed documents using the SolrJ interfaces. The following is my problem: I installed Solr under Tomcat7 folders and setup an xml configuration file to indicate the Solr hom