Re: Solr Cores

2012-01-29 Thread Ranveer Kumar
How much query per second a single core can handle in this case.. regards On Wed, Jan 25, 2012 at 9:49 AM, Sujatha Arun wrote: > Thanks Erick. > > Regards > Sujatha > > On Mon, Jan 23, 2012 at 11:16 PM, Erick Erickson >wrote: > > > You can have a large number of cores, so people have multiple

Re: URL Redirect

2011-10-06 Thread Ranveer Kumar
Tucky can also help you if you are u Sing java.. On Oct 6, 2011 1:24 PM, "Finotti Simone" wrote: > Hello, > > I have been assigned the task to migrate from Endeca to Solr. > > The former engine allowed me to set keyword triggers that, when matched exactly, caused the web client to redirect to a sp

Re: field value getting null with special char

2011-09-20 Thread Ranveer Kumar
Is any help.. I am unable to figure out.. On 20-Sep-2011 2:22 PM, "Ranveer" wrote: > Hi All, > > I am facing problem to get value from solr server for a particular field. > My environment is : > Red hat 5.3 > Solr 3.3 > Jdk 1.6.24 > Tomcat 6.2x > Fetching value using SolrJ > > When using *:* on br

Re: not equals query in solr

2011-08-24 Thread Ranveer Kumar
any help... On Wed, Aug 24, 2011 at 12:58 PM, Ranveer Kumar wrote: > Hi, > > is it right way to do : > q=(state:[* TO *] AND city:[* TO *]) > > regards > Ranveer > > > On Wed, Aug 24, 2011 at 12:54 PM, Ranveer Kumar wrote: > >> Hi All, >> >>

Re: not equals query in solr

2011-08-24 Thread Ranveer Kumar
Hi, is it right way to do : q=(state:[* TO *] AND city:[* TO *]) regards Ranveer On Wed, Aug 24, 2011 at 12:54 PM, Ranveer Kumar wrote: > Hi All, > > How to do negative query in solr. Following are the criteria : > I have state and city field where I want to filter only those stat

not equals query in solr

2011-08-24 Thread Ranveer Kumar
Hi All, How to do negative query in solr. Following are the criteria : I have state and city field where I want to filter only those state and city which is not blank. something like: state NOT "" AND city NOT "". I tried -state:"" but its not working. Or suggest me to do this in better way.. r

Re: Announcement/Invitation: Melbourne Solr/Lucene Users Group

2011-07-20 Thread Ranveer Kumar
Hi, I m intrested to atained but not in aus.:-( Regards On 21-Jul-2011 9:45 AM, "Dave Hall" wrote: > Hi Tal, > > On 21/07/11 14:04, Tal Rotbart wrote: >> We have noticed that there is a blossoming of Apache Solr/Lucene usage >> & development in Melbourne in addition to a lack of an unofficial,

Re: scheduling imports and heartbeats

2010-11-09 Thread Ranveer Kumar
You should use cron for that.. On 10 Nov 2010 08:47, "Tri Nguyen" wrote: Hi, Can I configure solr to schedule imports at a specified time (say once a day, once an hour, etc)? Also, does solr have some sort of heartbeat mechanism? Thanks, Tri

require synonym filter on string field

2010-04-29 Thread Ranveer Kumar
Hi, I require to configure synonym to exact match. The field I need to search is string type. I tried to configure by the text but in text, due to whitespace tokenizer exact match not found. My requirement is : suppose user search by "solr user" and exact "solr user" (or equivalant synonym) are av

dismax request Handler with OR operator

2010-04-22 Thread Ranveer Kumar
Hi, Recently I change my search handler to dismax from standard. But I am facing problem to get result by OR operator. I am getting AND operator result only. I think somewhere I am missing configuration. following is my configuration : schema.xml : --- solrconfig.xml:--- dismax

Re: Facet count problem

2010-04-18 Thread Ranveer Kumar
you're trying to > facet on tokenized fields, which is not recommended. > > You might take a look at: > http://wiki.apache.org/solr/UsingMailingLists, it'll help you > frame your questions in a manner that gets you your > answers as fast as possibld. > > Best > Erick >

Re: Facet count problem

2010-04-18 Thread Ranveer Kumar
I am.using text for type, which is static. For example: type is a field and I am using type for categorization. For news type I am using news and for blog using blog.. type is a text field. On Apr 17, 2010 8:38 PM, "Ahmet Arslan" wrote: > I am facing problem to get facet result count. I must be

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ranveer Kumar
thanks.. Actually I am using SolrJ client.. Is there anyway to do same using solrj. thanks On Sat, Apr 17, 2010 at 8:06 PM, Ahmet Arslan wrote: > > > > Thanks for reply.. > > but how will I get the stored value instead of indexed > > value.. > > where I need to configure to get stored instead

Facet count problem

2010-04-17 Thread Ranveer Kumar
Hi, I am facing problem to get facet result count. I must be wrong somewhere. I am getting proper result count when searching by single word, but when searching by string then result count become wrong. for example : - search keyword : Bagdad bomb blast. I am getting 5 result count for facet coun

Re: HTMLStripCharFilterFactory configuration problem

2010-04-17 Thread Ranveer Kumar
he stored value of the field as a result and > not the indexed one. > > Cheers, > Sven > > > --On Wednesday, April 14, 2010 02:54:52 PM +0530 Ranveer Kumar < > ranveer.s...@gmail.com> wrote: > > Hi all, >> >> I am facing problem to configu

HTMLStripCharFilterFactory configuration problem

2010-04-14 Thread Ranveer Kumar
Hi all, I am facing problem to configure HTMLStripCharFilterFactory. following is the schema : when I am checking with analysis.jsp it giving true result. But in m

Integration Solr with Interwoven TeamSite

2010-03-11 Thread Ranveer Kumar
Hi all, I am using solr for searching and working fine with independent tomcat server. I want to integrate solr with Interwoven TeamSite. But No Idea of Integration solr with teamsite.. please help.

how to patch solr

2010-02-22 Thread Ranveer Kumar
Hi All, I have no idea about "How to run patch?" I am using windows os and I need to patch https://issues.apache.org/jira/secure/attachment/12407047/SOLR-1139.patch Currently I download solr 1.4 and using. Should I need to download source code and compiled. or can patch jar (compiled) file directl

Re: Facet search concept problem

2010-02-15 Thread Ranveer Kumar
d 'blog' for documents news,article and blog > respectively. > when searching with facet's elabled make use of this 'type' field then you > will get what you wanted. > > Regards, > P.N.Raju, > > > > > > ___

Facet search concept problem

2010-02-13 Thread Ranveer Kumar
Hi All, My concept still not clear about facet search. I am trying to search using facet query. I am indexing data from three table, following is the detail of table: table name: news news_id news_details table name : article article_id article_details table name: blog blog_id blog_details I

Re: joining two field for query (Solved)

2010-02-09 Thread Ranveer Kumar
Hi Ahmet, Thank you very much.. my problem solved.. with regards On Tue, Feb 9, 2010 at 5:38 PM, Ahmet Arslan wrote: > > > I am searching by "nokia" and resulting (listing) 1,2,3 > > field with short > > description. > > There is link on search list(like google), by clicking on > > link perfo

joining two field for query

2010-02-09 Thread Ranveer Kumar
Hi all, I need logic in solr to join two field in query; I indexed two field : id and body(text type). 5 rows are indexed: id=1 : text= nokia samsung id=2 : text= sony vaio nokia samsung id=3 : text= vaio nokia etc.. I am searching by "q=id:1" returning result perfectly, returning "n

Re: Embedded Solr problem

2010-02-07 Thread Ranveer Kumar
rServer) and subsquently use the query method of SolrServer to > do the query. > > Cheers, >Sven > > > --On Sonntag, 7. Februar 2010 21:54 +0530 Ranveer Kumar < > ranveer.s...@gmail.com> wrote: > > Hi All, >> >> I am still very new to solr. >&g

Embedded Solr problem

2010-02-07 Thread Ranveer Kumar
Hi All, I am still very new to solr. Currently I am facing problem to use EmbeddedSolrServer. following is my code: File home = new File("D:/ranveer/java/solr_home/solr/first"); CoreContainer coreContainer = new CoreContainer(); SolrConfig config = null; config = new SolrConfig(ho

html tag problem while searching

2010-02-05 Thread Ranveer Kumar
Hi All, I have problem related to html tag. Basically in database some column carry html tage, for example" Hello how are you? I am indexing same as it is in index. I am filtering solr supported special character at query time. now the problem is when I am searching by "p" then result is * He

Re: getting error when ":" in the query

2010-01-31 Thread Ranveer Kumar
ry and those who don’t “ > > > Regards, > P.N.Raju, > > > > > > From: Ranveer Kumar > To: solr-user@lucene.apache.org > Sent: Sun, January 31, 2010 5:35:37 PM > Subject: getting error when ":" in the query > > Hi All, > > Facing problem when some

getting error when ":" in the query

2010-01-31 Thread Ranveer Kumar
Hi All, Facing problem when someone searching the string which carry special character " : ". For example: when querying by "ipod:touch" then throwing exception due to " : ". Jan 31, 2010 9:56:35 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: undefined

How to disable wildcard search

2010-01-27 Thread Ranveer Kumar
Hi all, How to remove/disable wildcard search in solr. I have no requirement of wildcard. is there any configuration to disable wildcard search in solr. I am using solrj for searching.. thanks With regards Ranveer K Kumar

Re: Hindi language support in solr

2010-01-22 Thread Ranveer kumar
al unstemmed text field) > > the whitespacetokenizer + worddelimiterfilter used by this type will > work correctly for hindi tokenization and punctuation. > > On Thu, Jan 21, 2010 at 10:55 AM, Ranveer kumar > wrote: > > Hi all, > > > > I am very new in solr. >

Hindi language support in solr

2010-01-21 Thread Ranveer kumar
Hi all, I am very new in solr. I download latest release 1.4 and install. For Indexing and Searching I am using SolrJ api. My Question is "How to enable solr to search hindi language text ?". Please Help me.. thanks with regards Ranveer K Kumar