Re: How to change dataDir path in solrconfig xml

2008-10-26 Thread Laxmilal Menaria
Ok... Thanks

Re: How to change dataDir path in solrconfig xml

2008-10-23 Thread Laxmilal Menaria
return dataDir; } On Thu, Oct 23, 2008 at 4:54 PM, Noble Paul നോബിള്‍ नोब्ळ् < [EMAIL PROTECTED]> wrote: > please go through this url once > > http://lucene.apache.org/solr/tutorial.html > > --Noble > > > > On Thu, Oct 23, 2008 at 2:37 PM, Laxmilal Men

How to change dataDir path in solrconfig xml

2008-10-23 Thread Laxmilal Menaria
... -- Thanks, Laxmilal menaria http://www.bucketexplorer.com/ http://www.sdbexplorer.com/ http://www.chambal.com/ http://www.minalyzer.com/

Re: Highlighting the search results

2008-02-14 Thread Laxmilal Menaria
ly in Solr. > > (that's one of the guiding principles of Solr features: "do things in the > server that would be harder or more expensive to do in the client, > don't do things that the client can do just as cheaply/easily.") > > > -Hoss > > -- Thanks, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

Highlighting the search results

2008-02-08 Thread Laxmilal Menaria
ing results at end of xml in new tag, but I want an original result tag highlighted. Let me know how can i do that -- Thanks, Laxmilal Menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

Disable Solr Admin Page To Access on Client Browser....

2008-01-10 Thread Laxmilal Menaria
Hello everyone, I have implemented Solr with Tomcat for Multiple webapp, and I am access using code in application, now I want to disable the Admin page for access on browser, so how can do it. Please let me know.. -- Thanks in advance, Laxmilal menaria http://www.chambal.com/ http

Re: Configure solr on tomcat with different indexes

2008-01-06 Thread Laxmilal Menaria
value of the config > option in the the solrconfig.xml file in that Solr Home directory? > > > -Hoss > > -- Thanks, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

Re: Configure solr on tomcat with different indexes

2008-01-03 Thread Laxmilal Menaria
SolrTomcat#head-024d7e11209030f1dbcac9974e55106abae837ac > > using different values for solr home should give you new indexes for each. > > ryan > > Laxmilal Menaria wrote: > > Hello, > > > > I have configured solr with tomcat for multiple webapp. This > configuration > > use common

Configure solr on tomcat with different indexes

2008-01-03 Thread Laxmilal Menaria
Hello, I have configured solr with tomcat for multiple webapp. This configuration use common index, so now I want to configure solr on different Indexes with tomcat, Please let me how it is possible. -- Thanks, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http

Re: No search results when configure solr on tomcat as service

2008-01-02 Thread Laxmilal Menaria
Have configured successfully and getting search results. Now I want to configure solr on different Indexes with tomcat, Please let me how it is possible. On 1/3/08, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: > > I have created index using jetty and after that have created multiple &

Re: How to configure Solr on Tomcat 6.0 as windows Service

2008-01-02 Thread Laxmilal Menaria
Have configured successfully. Now I want to configure solr on different Indexes with tomcat, Please let me how it is possible. On 1/3/08, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: > > I have already running tomcat on server. > > On 1/3/08, Norberto Meijome <[EMAIL PROTECTE

Re: How to configure Solr on Tomcat 6.0 as windows Service

2008-01-02 Thread Laxmilal Menaria
I have already running tomcat on server. On 1/3/08, Norberto Meijome <[EMAIL PROTECTED]> wrote: > > On Wed, 2 Jan 2008 16:25:58 +0530 > "Laxmilal Menaria" <[EMAIL PROTECTED]> wrote: > > > I have tried Solr using jetty, its run on command prompt, but now I

Re: No search results when configure solr on tomcat as service

2008-01-02 Thread Laxmilal Menaria
so, can you see what is happening in the logs? > > The jetty example and your tomcat setup probably put their indexes in > different places, so they will not have the same results. > > ryan > > > Laxmilal Menaria wrote: > > Hello, > > > > I have configured solr

No search results when configure solr on tomcat as service

2008-01-02 Thread Laxmilal Menaria
any results, but when I tried with the same configuration with jetty command line , it shows result. so is there are any other configuration for tomcat ? Please let me know how to do it ? -- Thanks in advance, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

How to configure Solr on Tomcat 6.0 as windows Service

2008-01-02 Thread Laxmilal Menaria
Hello everyone, I have tried Solr using jetty, its run on command prompt, but now I want to comfigure solr on tomcat-6, so nay one know how to configure it as windows service using tomcat. Please let me know how its is possible. -- Thanks in advance, Laxmilal menaria http://www.chambal.com

Search query have AND operator with facet search not working

2007-12-27 Thread Laxmilal Menaria
d AND media:movies Please let me know, what should I do ? -- Thanks, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

Re: How do I search in all fields without index by solr

2007-12-10 Thread Laxmilal Menaria
Thanks, I have tried DisMaxRequestHandler<http://wiki.apache.org/solr/DisMaxRequestHandler?highlight=%28DisMax%29#head-af452050ee272a1c88e2ff89dc0012049e69e180>and now its working for all fields.. Again thanks for quick response... LM!!! On 12/7/07, Laxmilal Menaria <[EMAIL PROTECTE

Re: How do I search in all fields without index by solr

2007-12-07 Thread Laxmilal Menaria
Ok..thanks. will try On 12/7/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > Laxmilal Menaria wrote: > > I have tried that : > > > > ?q=laxmilal&qt=dismax&fl=FriendID,Title,Address,PhoneNo,Comments > > ?q=video&qt=dismax&qf=FriendID,Title,

Re: How do I search in all fields without index by solr

2007-12-07 Thread Laxmilal Menaria
12/7/07, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > > You can also use the dismaxrequesthandler to search across multiple field > > > > -----Message d'origine- > De : Laxmilal Menaria [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 7 décembre 2007 08:25 > À : sol

Re: How do I search in all fields without index by solr

2007-12-06 Thread Laxmilal Menaria
; You should be able to search any field: > ?q=field1:XXX field2:YYY > > You can register fieldTypes directory to an analyzer using: > positionIncrementGap="100"> > class="org.apache.lucene.analysis.standard.StandardAnalyzer"/> > &g

Re: How do I search in all fields without index by solr

2007-12-06 Thread Laxmilal Menaria
ust dump them in > the data/index directory > > ryan > > > Laxmilal Menaria wrote: > > I don't want to use solr for indexing database, I want to use solr for > > searching on existing index created by me with using my sample > application. > > > > LM >

Re: How do I search in all fields without index by solr

2007-12-06 Thread Laxmilal Menaria
I don't want to use solr for indexing database, I want to use solr for searching on existing index created by me with using my sample application. LM On 12/7/07, Venkatraman S <[EMAIL PROTECTED]> wrote: > > On Dec 7, 2007 10:17 AM, Laxmilal Menaria <[EMAIL PROTECTED]> wrot

How do I search in all fields without index by solr

2007-12-06 Thread Laxmilal Menaria
ilal PhoneNo:laxmilal Comments:laxmilalits works, but I think it's not the right way. so please suggest me. -- Thanks in advance, Laxmilal menaria http://www.chambal.com/ http://www.minalyzer.com/ http://www.bucketexplorer.com/

Re: How to run solr on command line ?

2007-05-18 Thread Laxmilal Menaria
Ok..thanks, I have tried and It was working fine, but now I want to find out how solr code working. how search works? how facets works ? --Laxmilal Menaria On 5/18/07, Nick Jenkin <[EMAIL PROTECTED]> wrote: Hi Laxmilal If you are running solr for the first time, I would suggest taking

How to run solr on command line ?

2007-05-18 Thread Laxmilal Menaria
Hello everyone, Have anyone knows how to run solr on command line ? -- Thanks in advance, Laxmilal menaria http://www.minalyzer.com/ http://www.chambal.com/

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
Tools.jar is missing in jre folder.. On 5/17/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: Thanks its now working, On 5/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Check your path... the JRE (vs JDK version) is probably still being > picked up. > You could

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
Thanks its now working, On 5/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: Check your path... the JRE (vs JDK version) is probably still being picked up. You could also try typing the full path: C:\Program Files\Java\jdk1.6.0_01\bin\java -jar start.jar -Yonik On 5/17/07, Laxmilal M

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
C:\>echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_01 On 5/17/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: Hello everyone, I am new to solr , I have tried to use solr. start.jar from examples, is successfully running, but when I opened http://localhost:8983/solr/admin/ then it

HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
-1.1.0-incubating -- Thanks, Laxmilal menaria http://www.minalyzer.com/ http://www.chambal.com/

Re: Solr logo poll

2007-04-08 Thread Laxmilal Menaria
A -LM On 4/6/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: Quick poll... Solr 2.1 release planning is underway, and a new logo may be a part of that. What "form" of logo do you prefer, A or B? There may be further tweaks to these pictures, but I'd like to get a sense of what the user community