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

commit, concurrency, full text search

2007-09-17 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

Authentication for REST-RPC Webservices

2007-09-18 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

RE: Authentication for REST-RPC Webservices

2007-09-18 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

Searching items with in the search results with SOLR

2007-09-18 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

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

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 the user searches for the keyword

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

RE: clarification needed for the Ranking score

2007-09-21 Thread Dilip.TS
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 courses based

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

I18N with SOLR?

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

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

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? If you want

RE: I18N with SOLR?

2007-11-18 Thread Dilip.TS
=solr.SnowballPorterFilterFactory language=Italian/ /analyzer /fieldtype On 15/11/2007, Dilip.TS [EMAIL PROTECTED] wrote: Hi Ed, Thanks for the help, but i have some queries, i understand that we need to have a stopwords_french.txt and protwords_french.txt files say for french in solr

RE: I18N with SOLR?

2007-11-18 Thread Dilip.TS
defaultSearchFieldtext_french/defaultSearchField... -Original 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

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: Issues using keyword searching and facet search together in a search operation

2007-12-04 Thread Dilip.TS
analyzers you use, how you submit the 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

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 inputs

RE: single word Vs multiple word search

2007-12-04 Thread Dilip.TS
of 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

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 to

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: Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
) at org.apache.solr.update.DirectUpdateHandler2.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

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

RE: Solr replication

2008-01-16 Thread Dilip.TS
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 use the solr collection