Re: How to search multiphrase or a middle term in a word???

2008-03-05 Thread nithyavembu
Thanks Hoss. As you said i tried NGrimTokenizer, but still i didnt get the result. I just added in schema.xml during indexing and querying. But it didnt work. But after added this tokenizer this scenario also didnt work Index data : sweetheart,sweetHeart. Search data : Heart or

How to search multiphrase or a middle term in a word???

2008-02-14 Thread nithyavembu
Hi All, I am facing a problem when search for multiphrases in a word. My index data is : srinivasan,sweetheart,thomasmaster,thomasMaster.(totally 4 words) Scenario : 1 Search data : vasan If i search for "vasan", its return nothing. But the result should be "srinivasan". Like

Re: Search result not coming for normal special characters...

2008-02-11 Thread nithyavembu
Thanks Erick. I have tried with WhitespaceAnalyzer as you said. -> In my schema.xml i have removed the filter class "solr.WordDelimiterFilterFactory" for both indexing and querying. -> If i remove this, the special character search works fine. But i am unable to search for this scenario... ex

Re: Search result not coming for normal special characters...

2008-02-09 Thread nithyavembu
Thanks Erick. Here i have attached the schema.xml. As you said, i have noticed and many analyzers are there. Can you please tell me which analyzer i have to avoid for this special character usage? http://www.nabble.com/file/p15369487/schema.xml schema.xml Thanks, nithya. What analyz

Search result not coming for normal special characters...

2008-02-07 Thread nithyavembu
Hi All, Now i am facing problem in special character search. I tried with the following special characters (!,@,#,$,%,^,&,*,(,),{,},[,]). My indexing data is : !national! @national@ #national# $national$ %national% ^national^ &national&

Re: Search not working for indexed words...

2008-02-07 Thread nithyavembu
Thanks Yonik and Ard. Yes its the stemming problem and i have removed the ""solr.EnglishPorterFilterFactory"" from indexing and querying analyzers. Now its working fine. Is any other problem will occur if i remove this? Thanks, nithya. -- View this message in context: http://www.nabble.com/S

Re: Search not working for indexed words...

2008-02-07 Thread nithyavembu
#x27;s stemming. Administrator stems to administr > Stemming isn't really possible for wildcard queries, so administrator* > won't match. > If you really need both wildcard queries and stemming, then use two > different fields (via copyField). > > -Yonik > > On Feb

Index will get change or refresh after restart the solr server?

2008-02-06 Thread nithyavembu
Hi all, I have some doubts in solr server indexing data. I am using Tomcat 5 for solr configuration. There is a "data" folder which contains indexing data. First I am adding and updating some data and it indexed then searching for a text and getting the result too. Then shutdow

Search not working for indexed words...

2008-02-04 Thread nithyavembu
Hi All, From past 6 months i am working and using SOLR. Now i am facing some problem with that while searching. I have searched for some words but it doesnt return the result even its existing and indexed in data folder in SOLR server(i meant solr tomcat). I have given the following word

Re: How to search Case Sensitive words?

2007-09-08 Thread nithyavembu
Hi Dona, Thanks a lot for your reply. Yeah, its with the analyzer we use for indexing and searching for case sensitive words. You are correct :-) But Even i use those types of indexing and searching i am unable to search the case sensitive words.. I am facing the problem in forming quer

How to search Case Sensitive words?

2007-09-05 Thread nithyavembu
Hi All, Now i am facing the problem with case sensitive text. I am indexing smaller case word but when i give the same word in upper case for search, its not getting search. Example : Indexing word : "corent" Searching word : "CORENT". If i search "CORENT" it retrieve

How to use special characters during Solr Search?

2007-08-29 Thread nithyavembu
Hi All, I am facing a very big problem in search. I want to give special characters in search text. I am able to give the search text but i am not getting the related result. I have three records namely * priya * priyadarshini * priyamani which i have indexed.

How to get more documents as response in xml?

2007-08-23 Thread nithyavembu
Hi All, Now i am facing a problem which i am unable to find the solution. I am POSTing more than 30 records and the records get indexed. In that i have searched particular record which matches 22, so it giving the "numDocs" as 22. In the xml response its displaying the numDocs as 22 but giv

Re: Multiple field search with different values..

2007-07-27 Thread nithyavembu
g the second condition. Any help, appreciated! Thanks in advance. with Regards, V.Nithya. ryan mckinley wrote: > > nithyavembu wrote: >> Hi Otis Gospodnetic, >> >> Thanks for the reply. I tried with this URL, its working but its not >> checking the condition

Re: Multiple field search with different values..

2007-07-26 Thread nithyavembu
> - Original Message > From: nithyavembu <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, July 24, 2007 8:00:36 PM > Subject: Multiple field search with different values.. > > > Hi All, > >I need to know how to form a que

Multiple field search with different values..

2007-07-24 Thread nithyavembu
Hi All, I need to know how to form a query using multiple fields which contains same values? I worked with single field and it working well. For eg : http://localhost:8085/solr/select?q=sun*&fl=ALL when i worked with the above http request it returns all data starting with the w

How to run the Embedded Solr Sample

2007-07-10 Thread nithyavembu
Hi All, I am using Netbeans IDE for compiling and running java. I want to run the EmbeddedSolr sample given in apache. I have set the solr home also. But how can i run that program? I am getting the following errors while running. Jul 11, 2007 11:14:48 AM org.apache.solr.core.Config s

RE: Solr Server Configuration

2007-07-10 Thread nithyavembu
like this: > > /home/tomcat/conf/Catalina/localhost/solr.xml > /home/tomcat/webapps/solr.war > /home/solr/conf/schema.xml > /home/solr/conf/solrconfig.xml > > I attacked a home.rar file in this mail,it is solr's files in the tomcat > directory structure,FYI > &

RE: Solr Server Configuration

2007-07-10 Thread nithyavembu
he path is > /home/tomcat/conf/Catalina/localhost/: > crossContext="true" > > value="/home/tomcat/solr" override="true" /> > > > That's all,if you have any question,feel free to ask me:) > -Original Message- > From:

Solr Server Configuration

2007-07-05 Thread nithyavembu
Hi All, I am new to Solr. But i am familiar with lucene. I am stuggling in solr server configuation.I am using Tomcat 5. I have worked with the "example" standalone given with solr while i download. But my doubt is i) In lucene we add document by using java. But here they given in xml f