Re: Solritas Question

2013-03-06 Thread Romita Saha
What do you mean by interface? What do you want different than it is now? Erik On Mar 6, 2013, at 21:04, "Romita Saha" wrote: > Hi, > > I am working with Solritas. However I want it to fetch data from Solr > through an interface. > > Solritas -->

Solritas Question

2013-03-06 Thread Romita Saha
Hi, I am working with Solritas. However I want it to fetch data from Solr through an interface. Solritas --> Interface -->Solr Solr --> Interface -->Solritas Could somebody please guide me as to what changes to do in Solr config files to achieve this. Thanks and regards, Romita

Re: Get tokenized words in Solr Response

2013-01-24 Thread Romita Saha
, Jan 24, 2013 at 6:11 AM, Romita Saha wrote: > Hi, > > I want the tokenized keywords to be displayed in solr response. As for > example, my solr search could be "Seach this document named XYZ-123". And > the tokenizer in schema.xml tokenizes the query as follows: > &quo

Get tokenized words in Solr Response

2013-01-23 Thread Romita Saha
Hi, I want the tokenized keywords to be displayed in solr response. As for example, my solr search could be "Seach this document named XYZ-123". And the tokenizer in schema.xml tokenizes the query as follows: "search documnent xyz 123". I want to get these tokenized words in the Solr response.

Re: Tokenized keywords

2013-01-22 Thread Romita Saha
that you want. -- Jack Krupansky -Original Message- From: Romita Saha Sent: Monday, January 21, 2013 1:49 AM To: solr-user@lucene.apache.org Subject: Re: Tokenized keywords What I am trying to achieve is as follows. I query "Search for all the Laptops" and my tokenized key wor

Re: Tokenized keywords

2013-01-21 Thread Romita Saha
="modified" type="text_general" indexed="true" stored="true"/> I want to display in my as follows: original: Search for all the Laptops modified: search laptop Thanks and regards, Romita Saha Panasonic R&D Center Singapore Blk 1

Re: Tokenized keywords

2013-01-20 Thread Romita Saha
ct how the values will be displayed. The response value comes from stored field. If you want to see how your query is being tokenized, you can do it using analysis interface or enable debugQuery to see how your query is being formed. On Mon, Jan 21, 2013 at 11:06 AM, Romita Saha wrote > Hi,

Is there any C API for Solr??

2013-01-02 Thread Romita Saha
Hi All, Is there any C API for Solr?? Thanks and regards, Romita

Re: Solr PHP client

2012-12-16 Thread Romita Saha
to specify anything else in " $solr = new Apache_Solr_Service( 'localhost', '8983', '/solr' );" Thanks and regards, Romita From: "Romita Saha" To: solr-user@lucene.apache.org, Date: 12/17/2012 10:02 AM Subject:Re: Solr PHP cl

Re: Solr PHP client

2012-12-16 Thread Romita Saha
is something simple like a URL being wrong. Upayavira On Fri, Dec 14, 2012, at 09:37 AM, Romita Saha wrote: > Hi I am using Solr-PHP client. I am not able to ping Solr. Is their any > change that I need to make in Solr config files so that it can listen to > the PHP client? >

Re: Solr PHP client

2012-12-14 Thread Romita Saha
Hi I am using Solr-PHP client. I am not able to ping Solr. Is their any change that I need to make in Solr config files so that it can listen to the PHP client? I get the following error : ping() ) { echo 'Solr service not responding.'; exit; } Could someone please help. Thanks and regards, R

Solr PHP client

2012-12-13 Thread Romita Saha
Hi, Can anyone please guide me to use SolrPhpClient? The documents available are not clear. As to where to place SolrPhpClient? I have downloaded SolrPhpClient and have changed the following lines, specifying the path (where the files are present in my computer) require_once('/home/solr/SolrPh

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
rvlet containers. Maybe you can share what you are really after. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:53 PM, "Romita Saha" wrote: > I am a little confused about what exactly a CGI is. According to my > understanding, Common gateway interface tells

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, "Romita Saha" wrote: > Hi all, > > Could anyone tell me if Solr support CGI > > Thanks and regards, > Romita

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
:Re: does Solr support CGI? CGI as in Computer Gateway Interface? No. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, "Romita Saha" wrote: > Hi all, > > Could anyone tell me if Solr support CGI > > Thanks and regards, > Romita

does Solr support CGI?

2012-12-12 Thread Romita Saha
Hi all, Could anyone tell me if Solr support CGI Thanks and regards, Romita

Re: Change searching field using Solritas

2012-12-05 Thread Romita Saha
Hi, I have found out the solution to my own question. I need to change the qf parameter in solrconfig file. Thanks and regards, Romita From: "Romita Saha" To: solr-user@lucene.apache.org, Date: 12/05/2012 06:20 PM Subject:Change searching field using Solritas

How to change Solr UI

2012-12-03 Thread Romita Saha
Hi, I want to change the Solr UI. As far as i understand, Solritas is just for prototyping, where I can change the UI according to a predefined template (Velocity) and cannot add on any additional functionality to that page. How can I change the Solr UI otherwise. Any guidance would be apprecia

Re: user session id / cookie to record search query

2012-11-21 Thread Romita Saha
Hi, Thanks a lot. Will follow the same. Thanks and regards, Romita From: Rafał Kuć To: solr-user@lucene.apache.org, Date: 11/21/2012 05:34 PM Subject:Re: user session id / cookie to record search query Hello! What Solr are you using ? If not 4.0, information on logging c

Re: user session id / cookie to record search query

2012-11-21 Thread Romita Saha
Hello Rafał Kuć Thanks a lot for you guidance. I am not quite sure how to i collect the logs. Could you please help. Romita From: Rafał Kuć To: solr-user@lucene.apache.org, Date: 11/21/2012 04:57 PM Subject:Re: user session id / cookie to record search query Hello! You

Re: is it possible to save the search query?

2012-11-20 Thread Romita Saha
Hi Mark, Thanks a lot for your reply. I do not have much knowledge regarding xslt. Could you kindly specify how do i use xslt to extract relevant information. Also how can i drive solr response to a file. Any guidance regarding this would help. Thanks and regards, Romita From: geeky2 To

Re: is it possible to save the search query?

2012-11-20 Thread Romita Saha
er cookie or something in case you have to construct sessions. On Wed, Nov 7, 2012 at 10:01 PM, Romita Saha wrote: > Hi, > > The following is the example; > 1st query: > > > http://localhost:8983/solr/db/select/?defType=dismax&&debugQuery=on&q=cashier2&am

Re: is it possible to save the search query?

2012-11-19 Thread Romita Saha
Hi, Thanks for your guidance. I am unable to figure out what is a doc ID and how can i collect all the doc IDs. Thanks and regards, Romita Saha From: Otis Gospodnetic To: solr-user@lucene.apache.org, Date: 11/09/2012 12:33 AM Subject:Re: is it possible to save the search

Re: is it possible to save the search query?

2012-11-07 Thread Romita Saha
mpare between the two, meaning, what are the changes implemented on the 2nd query which are not present in the previous one. Thanks and regards, Romita Saha From: Otis Gospodnetic To: solr-user@lucene.apache.org, Date: 11/08/2012 01:35 PM Subject:Re: is it possible to save t

Re: solr search issue

2012-11-02 Thread Romita Saha
Ideally it should break the query into cashier+2 and search in id field as well) Thanks and regards, Romita Saha Panasonic R&D Center Singapore Blk 1022 Tai Seng Avenue #06-3530 Tai Seng Ind. Est. Singapore 534415 DID: (65) 6550 5383 FAX: (65) 6550 5459 email: romita.s...@sg.panasonic.com

Re: solr search issue

2012-11-01 Thread Romita Saha
Hi, Thank you for your reply. What if I want to do a free text search? Thanks and regards, Romita From: Gora Mohanty To: solr-user@lucene.apache.org, Date: 11/02/2012 12:36 PM Subject:Re: solr search issue On 2 November 2012 09:51, Romita Saha wrote: > > Hi, &g

solr search issue

2012-11-01 Thread Romita Saha
Hi, I am trying to search a database . In my database I have a field level2. My query: http://localhost:8983/solr/db/select/?defType=dismax&q=search%20level2&qf=data%20id^2%20&start=0&rows=11&fl=data,id When I make the above query, I do not get any response. However I get the require the respo

Re: Query regarding solr search

2012-10-30 Thread Romita Saha
Did you change it in schema.xml ?? Thanks and regards, Romita From: Leena Jawale To: "'solr-user@lucene.apache.org'" <'solr-user@lucene.apache.org'>, Cc: "Sawant, Amit2 " Date: 10/31/2012 12:07 PM Subject:Query regarding solr search Hi, My XML file is 1001 IBM 10

Re: searching a database element

2012-10-22 Thread Romita Saha
Hi, It worked. I was specifying more than one filed under defaultSearchField. Once I specified just the required field, it is able to do the search. Thanks a lot for your guidance. Romita From: "Romita Saha" To: solr-user@lucene.apache.org, Date: 10/23/2012 12:31

Re: searching a database element

2012-10-22 Thread Romita Saha
data-config.xml Thanks and regards, Romita Saha From: adityab To: solr-user@lucene.apache.org, Date: 10/23/2012 12:19 PM Subject:Re: searching a database element Are you applying any analyzer/tokenizer for the fieldType 'string' (i gues

Re: searching a database element

2012-10-22 Thread Romita Saha
Hi, I added laptop to the schema.xml file. However the query http://.../solr/db/select?q=Dell&start=0&rows=4&fl=laptop is not able to search for dell. Following is the response. 0 2 on 0dell 2.2 10 Thanks and regards,

searching a database element

2012-10-22 Thread Romita Saha
i search for just the query string dell without specifying that it is of field type laptop? Below is my data-config and schema.xml file: data-config.xml: schema.xml: laptop Romita Saha

Re: Solr reports: "Can not read response from server" when running import

2012-10-17 Thread Romita Saha
Hi Shawn, Thanks a lot for your guidance. I can import the database successfully now. Thanks once again. Regards, Romita Saha From: Shawn Heisey To: solr-user@lucene.apache.org, Date: 10/17/2012 09:49 PM Subject:Re: Solr reports: "Can not read response from server&

Re: Solr reports: "Can not read response from server" when running import

2012-10-16 Thread Romita Saha
e.java:240) ... 13 more Oct 17, 2012 12:26:31 PM org.apache.solr.update.DirectUpdateHandler2 rollback INFO: start rollback Oct 17, 2012 12:26:31 PM org.apache.solr.update.DirectUpdateHandler2 rollback INFO: end_rollback Thanks and regards, Romita Saha From: Dave Meikle To:

Re: Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Romita Saha
lease specify which conf file i need to look into? Thanks and regards, Romita From: Dave Meikle To: solr-user@lucene.apache.org, Date: 10/15/2012 06:24 PM Subject:Re: Solr reports: "Can not read response from server" when running import Hi, On 15 Oct 2012, at 11:

Solr reports: "Can not read response from server" when running import

2012-10-15 Thread Romita Saha
Kindly let me know what can be the issue. Thanks and regards, Romita Saha Panasonic R&D Center Singapore Blk 1022 Tai Seng Avenue #06-3530 Tai Seng Ind. Est. Singapore 534415 DID: (65) 6550 5383 FAX: (65) 6550 5459 email: romita.s...@sg.panasonic.com