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: Solritas Question

2013-03-06 Thread Romita Saha
:Re: Solritas Question Please elaborate. 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 romita.s...@sg.panasonic.com wrote: Hi, I am working with Solritas. However I want it to fetch data from Solr

Re: Get tokenized words in Solr Response

2013-01-24 Thread Romita Saha
to highlight the necessary info for you. On Thu, Jan 24, 2013 at 6:11 AM, Romita Saha romita.s...@sg.panasonic.comwrote: 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

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. Is

Re: Tokenized keywords

2013-01-22 Thread Romita Saha
it to the response in any form 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

Re: Tokenized keywords

2013-01-21 Thread Romita Saha
=modified/ I want to display in my responseas follows: original: Search for all the Laptops modified: search laptop Thanks and regards, Romita Saha Panasonic RD Center Singapore Blk 1022 Tai Seng Avenue #06-3530 Tai Seng Ind. Est. Singapore 534415 DID: (65) 6550 5383 FAX: (65) 6550 5459 email

Re: Tokenized keywords

2013-01-20 Thread Romita Saha
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 romita.s

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
a browser? I bet it 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? I

Re: Solr PHP client

2012-12-16 Thread Romita Saha
and regards, Romita From: Romita Saha romita.s...@sg.panasonic.com To: solr-user@lucene.apache.org, Date: 12/17/2012 10:02 AM Subject:Re: Solr PHP client Hi, Yes I can access Solr via a browser. But cannot access it with Solr-PHP client. Thanks and regards, Romita From

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,

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)

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: does Solr support CGI?

2012-12-12 Thread Romita Saha
/2012 10:40 AM Subject: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 romita.s...@sg.panasonic.com wrote: Hi all, Could anyone tell me if Solr support CGI Thanks

Re: does Solr support CGI?

2012-12-12 Thread Romita Saha
Interface? No. Otis -- SOLR Performance Monitoring - http://sematext.com/spm On Dec 12, 2012 9:20 PM, Romita Saha romita.s...@sg.panasonic.com 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
run in servlet 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 romita.s...@sg.panasonic.com wrote: I am a little confused about what exactly a CGI is. According to my understanding

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 romita.s...@sg.panasonic.com To: solr-user@lucene.apache.org, Date: 12/05/2012 06:20 PM Subject:Change searching field

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

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ć r@solr.pl To: solr-user@lucene.apache.org, Date: 11/21/2012 04:57 PM Subject:Re: user session id / cookie to record search query

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ć r@solr.pl 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,

Re: is it possible to save the search query?

2012-11-20 Thread Romita Saha
be a user id or user cookie or something in case you have to construct sessions. On Wed, Nov 7, 2012 at 10:01 PM, Romita Saha romita.s...@sg.panasonic.comwrote: Hi, The following is the example; 1st query: http://localhost:8983/solr/db/select/?defType=dismaxdebugQuery=onq=cashier2qf=data

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

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 otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 11/09/2012 12:33 AM Subject:Re

Re: is it possible to save the search query?

2012-11-07 Thread Romita Saha
are not present in the previous one. Thanks and regards, Romita Saha From: Otis Gospodnetic otis.gospodne...@gmail.com To: solr-user@lucene.apache.org, Date: 11/08/2012 01:35 PM Subject:Re: is it possible to save the search query? Hi, Compare in what sense? An example

Re: solr search issue

2012-11-02 Thread Romita Saha
and search in id field as well) Thanks and regards, Romita Saha Panasonic RD 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 From: Erick Erickson erickerick...@gmail.com

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=dismaxq=search%20level2qf=data%20id^2%20start=0rows=11fl=data,id When I make the above query, I do not get any response. However I get the require the response

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 g...@mimirtech.com 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 romita.s

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 leena.jaw...@lntinfotech.com To: 'solr-user@lucene.apache.org' 'solr-user@lucene.apache.org', Cc: Sawant, Amit2 amit2.saw...@citi.com Date: 10/31/2012 12:07 PM Subject:Query regarding solr

searching a database element

2012-10-22 Thread Romita Saha
=computer query=SELECT * FROM computer field column=laptop name=laptop/ /entity /document /dataConfig schema.xml: field name=laptop type=string indexed=true stored=true required=true/ uniqueKeylaptop/uniqueKey Romita Saha

Re: searching a database element

2012-10-22 Thread Romita Saha
=QTime2/int lst name=paramsstr name=indenton/str str name=start0/strstr name=qdell/str str name=version2.2/str str name=rows10/str /lst /lst result name=response numFound=0 start=0//response Thanks and regards, Romita Saha From: adityab aditya_ba...@yahoo.com

Re: searching a database element

2012-10-22 Thread Romita Saha
=/dataimport class=org.apache.solr.handler.dataimport.DataImportHandler lst name=defaults str name=configdata-config.xml/str /lst /requestHandler Thanks and regards, Romita Saha From: adityab aditya_ba...@yahoo.com To: solr-user@lucene.apache.org, Date: 10/23/2012 12

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 romita.s...@sg.panasonic.com To: solr-user@lucene.apache.org, Date: 10/23

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

2012-10-17 Thread Romita Saha
$ResultSetIterator.init(JdbcDataSource.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

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 s...@elyograg.org To: solr-user@lucene.apache.org, Date: 10/17/2012 09:49 PM Subject:Re: Solr reports: Can not read response from

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

2012-10-15 Thread Romita Saha
of solarconfig.xml : - requestHandler name=/dataimport class=org.apache.solr.handler.dataimport.DataImportHandler - lst name=defaults str name=configdata-config.xml/str /lst /requestHandler Kindly let me know what can be the issue. Thanks and regards, Romita Saha Panasonic RD Center Singapore Blk

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

2012-10-15 Thread Romita Saha
conf file i need to look into? Thanks and regards, Romita From: Dave Meikle loo...@gmail.com 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:02, Romita