RE: Solr replication

2008-01-16 Thread Dilip.TS
Linux commands like scp, ssh, rsync, cp. I don't know much about Windows so I don't know for sure if all the Unix/Linux stuff used by the sccripts are available in Windows or not. Bill On 1/14/08, Dilip.TS <[EMAIL PROTECTED]> wrote: Hi Bill, I m trying to us

RE: Solr replication

2007-12-17 Thread Dilip.TS
. You may want to use the mailing list to see if anyone is doing collection distribution on Windows. Solr is accessed through HTTP so you just need to use HTTP (for example, IE) on a Windows system to access a Solr server. Bill On Dec 17, 2007 8:53 AM, Dilip.TS < [EMAIL PROTECTED]>

RE: Solr replication

2007-12-14 Thread Dilip.TS
Hi, I have the following requirement for SOLR Collection Distribution using Embedded Solr with the Jetty server: I have different data folders for multiple instances of SOLR within the Same application. Im using the same SOLR_HOME with a single bin and conf folder. My query is: 1)Is is possible t

RE: Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
ava:1008) at com.plateau.psa.impl.EmbeddedSolr.updateDocuments(EmbeddedSolr.java:877) -Original Message- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 5:44 PM To: solr-user@lucene.apache.org Subject: RE: Problems with SOLR Collection Distribution Hi, I am using the Jetty-6.1.6 ser

RE: Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
pdateHandler2.commit(DirectUpdateHandler2.java :550) at com.plateau.psa.impl.EmbeddedSolr.commit(EmbeddedSolr.java:1008) at com.plateau.psa.impl.EmbeddedSolr.updateDocuments(EmbeddedSolr.java:877) -Original Message- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Thursday,

Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
Hi, Iam trying to establish the SOLR Collection Distribution for my application using Embedded Solr. I have made the following entries in the scripts.conf file and included the entries for the postCommit and postOptimize operation in the solrconfig.xml file as follows: scripts.conf user=123 solr

criteria for using the property stored="true" and indexed="true"

2007-12-12 Thread Dilip.TS
Hi, I would be some clarifications on which fields should we assign the property stored="true" and indexed="true" What is the criteria for these property assignments? What would be the impact if no field is assigned with this property? Thanks in Advance, Regards, Dilip TS Starmark Services Pvt.

RE: single word Vs multiple word search

2007-12-05 Thread Dilip.TS
@lucene.apache.org Subject: Re: single word Vs multiple word search This all depends on the schema setting for that particular field. What is the field type? Sounds like you've got it set to a non- analyzed/tokenized field. Erik On Dec 5, 2007, at 2:04 AM, Dilip.TS wrote: > Hi,

RE: possible to set mincount on facetquery?

2007-12-05 Thread Dilip.TS
Hi, Ideally the params.put("facet.mincount","1"); used for the facet search should do the same. It works fine in my case. Regards Dilip. -Original Message- From: Britske [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 3:19 PM To: solr-user@lucene.apache.org Subject: possible

RE: single word Vs multiple word search

2007-12-04 Thread Dilip.TS
words? Thanks in advance. Regards, Dilip TS -Original Message- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 10:48 AM To: SOLR Subject: single word Vs multiple word search Hi, Consider the scenario: I have indexed a document with a field1 having the values

single word Vs multiple word search

2007-12-04 Thread Dilip.TS
Hi, Consider the scenario: I have indexed a document with a field1 having the values as "Test solr search " (having multiple words) And when i perform the keyword search as "Test solr search" i do get the results, whereas when i do the search for the "Test", i dont get any results, Any quick inp

RE: Issues using keyword searching and facet search together in a search operation

2007-12-04 Thread Dilip.TS
e query, samples of the two queries that work and the one that doesn't. Best Erick On Dec 4, 2007 5:39 AM, Dilip.TS <[EMAIL PROTECTED]> wrote: Hi, When i use both the Keyword search and the facet search together in a same search operation, I dont get any

Issues using keyword searching and facet search together in a search operation

2007-12-04 Thread Dilip.TS
Hi, When i use both the Keyword search and the facet search together in a same search operation, I dont get any results whereas if i perform them seperately, i could get back the results. Is it a constraint from the SOLR point of view? Thanks in advance. Regards, Dilip TS

RE: I18N with SOLR?

2007-11-18 Thread Dilip.TS
al Message- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 11:29 AM To: solr-user@lucene.apache.org Subject: RE: I18N with SOLR? Hello, Does SOLR supports searching for a keyword which has a combination of more than 1 language withi

RE: I18N with SOLR?

2007-11-18 Thread Dilip.TS
it's a bit slower than other libraries. But I am no expert. On 15/11/2007, Dilip.TS <[EMAIL PROTECTED]> wrote: Hi Ed, Thanks for the help, but i have some queries,

RE: I18N with SOLR?

2007-11-15 Thread Dilip.TS
anguages. //Ed On Nov 12, 2007 1:56 AM, Dilip.TS <[EMAIL PROTECTED]> wrote: > Hello, > > Does SOLR supports I18N (with multiple language support) ? > Thanks in advance. > > Regards, > Dilip TS > >

RE: Does SOLR supports multiple instances within the same webapplication?

2007-11-13 Thread Dilip.TS
: Monday, November 12, 2007 9:23 PM To: solr-user@lucene.apache.org Subject: Re: Does SOLR supports multiple instances within the same webapplication? Dilip.TS wrote: > Hello, > > Does SOLR supports multiple instances within the same web application? If > so how is this achieved? &g

Does SOLR supports multiple instances within the same webapplication?

2007-11-12 Thread Dilip.TS
Hello, Does SOLR supports multiple instances within the same web application? If so how is this achieved? Thanks in advance. Regards, Dilip TS

I18N with SOLR?

2007-11-11 Thread Dilip.TS
Hello, Does SOLR supports I18N (with multiple language support) ? Thanks in advance. Regards, Dilip TS

I18N with SOLR

2007-10-01 Thread Dilip.TS
Hello, Is there anyone who has worked on internationalization with SOLR? Apart from using the dynamicField name="*_eng" say for english, is there any other configurations to be made? Regards Dilip

RE: clarification needed for the Ranking score

2007-09-21 Thread Dilip.TS
courseTag asc; -Original Message----- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 10:40 AM To: SOLR Subject: clarification needed for the Ranking score Hi, I need a clarification regarding the SOLR Ranking. consider the scenario for searching for course

clarification needed for the Ranking score

2007-09-20 Thread Dilip.TS
Hi, I need a clarification regarding the SOLR Ranking. consider the scenario for searching for courses based on following relevance: a. Courses with the term in the courseTitle, courseTag and in the courseDescription would appear first b. Courses with the term in the courseTitle and i

RE: Search for Java Programming vs "Java Programming"

2007-09-18 Thread Dilip.TS
Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 6:29 PM To: solr-user@lucene.apache.org Subject: Re: Search for Java Programming vs "Java Programming" On Sep 18, 2007, at 7:14 AM, Dilip.TS wrote: > > Hi, > > I have the following requirement: > When

Search for Java Programming vs "Java Programming"

2007-09-18 Thread Dilip.TS
Hi, I have the following requirement: When the user searches for the keyword say Java Programming , the user should be shown the results satisfying the condition Java AND Programming. But when he types "Java Programming" (i.e within double quotes), the user should be shown with the results ex

commit, concurrency, full text search

2007-09-18 Thread Dilip.TS
[mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 11:29 PM To: solr-user@lucene.apache.org Subject: Re: commit, concurrency, full text search On 16-Sep-07, at 11:23 PM, Dilip.TS wrote: > Hi, > > 1)How does the commit works with multiple requests? Multiple updates? They block

Searching items with in the search results with SOLR

2007-09-17 Thread Dilip.TS
Hi, Is it possible to "Search items with in the search results" using SOLR. If so how? Thanks in advance, Regards, Dilip

RE: Authentication for REST-RPC Webservices

2007-09-17 Thread Dilip.TS
Hi, To add to my earlier query which would be better a) using REST-RPC or b) using RESTFul Webservices using JAX-WS ? Regards Dilip -Original Message- From: Dilip.TS [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 11:41 AM To: solr-user@lucene.apache.org Subject

Authentication for REST-RPC Webservices

2007-09-17 Thread Dilip.TS
Hi, Has anybody successfully called a REST-RPC Webservice for basic authentication. I would like to which is better one REST-RPC or REST with SOAP/WSDL and why? Regards Dilip

Can we build complex filter queries in SOLR

2007-09-17 Thread Dilip.TS
Hi, I would like to know if we can build a complex filter queryString in SOLR using the following condition. (Field1 = "abc" AND Field2 = "def") OR (Field3 = "abcd" AND Field4 = "defgh" AND (...)). so on... Thanks in advance Regards, Dilip TS

commit, concurrency, full text search

2007-09-16 Thread Dilip.TS
Hi, 1)How does the commit works with multiple requests? 2)Does SOLR handle the concurrency during updates? 3)Does solr support any thing like, if I enclose the keywords within quotes, then we are searching for exactly those keywords together. Some thing like google does, for example if I enclose l

Embedded SOLR using the SOLR collection distribution

2007-09-05 Thread Dilip.TS
Hello, I would like to know if can implement the Embedded SOLR using the SOLR collection distribution? Regards, Dilip -Original Message- From: mike topper [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 8:29 PM To: solr-user@lucene.apache.org Subject: almost realtime update