query matching issue

2009-08-05 Thread Radha C.
Hello list, I have documents contains word "Richard Nass". I need to match the "Richard Nass" documents for the query strings "richard", "nass", "rich". The search works for the following query , http://localhost:8983/solr/select?q=author:Richard

query matching issue

2009-08-05 Thread Radha C.
Hello list, I have documents contain word "Richard Nass". I need to match the "Richard Nass" documents for the query strings "richard", "nass", "rich". The search works for the following queries , http://localhost:8983/solr/select?q=auth

wildcard search is not working

2009-08-06 Thread Radha C.
Hi, I have documents contain word "healthcare articles". I need to match the "healthcare artcles" documents for the query strings "helath", "articles"... I tried q="health*", q=helath*, q="heath*articles" but everything returns empty result. When I try q="healthcare artilces" ,the search re

RE: XSLT Response for multivalue fields

2009-10-13 Thread Radha C.
Hi Brain, You can try this xpath in your xls template, Best, Radha.C -Original Message- From: blholmes [mailto:blhol...@sffind.com] Sent: Tuesday, October 13, 2009 6:30 AM To: solr-user@lucene.apache.org Subject: XSLT Response

CAS client configuration with MT4-PHP.

2009-10-23 Thread Radha C.
Hi, We have CAS server of spring integrated and it is running in apache. We have application in MovableType4 - PHP. Is it possible to configure the MT4 authentication module to redirect to external CAS server when the application recieves login request? It would be helpful if there is any docume

How to search the database tables using solr.

2009-03-04 Thread Radha C.
Hi, I am working in a software concern. We are having some R&D base work like making use of solr search tool for searching our Oracle database content. I read through the documnets provided in the site, there I found the solr supports only the document search and we have to provide the document i

RE: How to search the database tables using solr.

2009-03-04 Thread Radha C.
PM, Radha C. wrote: Hi, I am working in a software concern. We are having some R&D base work like making use of solr search tool for searching our Oracle database content. I read through the documnets provided in the site, there I found the solr supports only the document search and we hav

Solr java client using solrj API

2009-03-05 Thread Radha C.
Hi, We are planning to use solr search server for our database content search, so we have a plan to create our own java client. Does solrj API provide the facilities to create java client for our database search? Where I can get the information about the integration of oracle content +solr sear

RE: How to search the database tables using solr.

2009-03-05 Thread Radha C.
solr. From: Shalin Shekhar Mangar To: solr-user@lucene.apache.org; cra...@ceiindia.com Sent: Wednesday, March 4, 2009 8:15:07 AM Subject: Re: How to search the database tables using solr. On Wed, Mar 4, 2009 at 7:51 PM, Radha C. wrote: > Thanks Shalin, > > We just stepped on solr. Th

RE: Solr java client using solrj API

2009-03-05 Thread Radha C.
@lucene.apache.org; cra...@ceiindia.com Subject: Re: Solr java client using solrj API if you wish to search the content in your DB , you will need to index it first to Solr. the search can be done on Solr and if you are using java , you can use SolrJ for that. --Noble On Thu, Mar 5, 2009 at 4:29 PM, Radha

RE: How to search the database tables using solr.

2009-03-05 Thread Radha C.
il.com] Sent: Thursday, March 05, 2009 5:16 PM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: How to search the database tables using solr. On Thu, Mar 5, 2009 at 4:42 PM, Radha C. wrote: Hi, I am newbie for solr search engin. I don't find any juicy information on how t

Error in identifying the primary key

2009-03-20 Thread radha c
Hi, I am new to Solr. I am trying to index SQL table rows. I am getting the below error. Can anyone help me in resolving this issue. Mar 20, 2009 6:03:38 PM org.apache.solr.handler.dataimport.DataImporter verifyWithSchema INFO: id is a required field in SolrSchema . But not found in DataConfig Ma

Unknown FieldType: 'string' used in QueryElevationComponent

2009-03-20 Thread radha c
Hi, I am having below schema.xml, I did not define any string field. But I am getting the below error when I start Tomcat, Can anyone please suggest me what is the issue here. WARNING: No queryConverter defined, using default converter Mar 20, 2009 7:31:55 PM org.apache.solr.core.QuerySenderListe

Re: Error in identifying the primary key

2009-03-22 Thread radha c
laxed in the latest nightly > > > > On Fri, Mar 20, 2009 at 6:26 PM, radha c wrote: > > Hi, > > > > I am new to Solr. I am trying to index SQL table rows. > > I am getting the below error. Can anyone help me in resolving this issue. > > > > Mar 20, 200

could not search the indexed table data

2009-03-22 Thread radha c
Hi, I am just in learning face. I indexed a sql test table using dataimport. But I want to search those index by keyword. I tried to search like http://localhost:8080/solr/select/?q=Peter. But I got zero respone. Can anyone help me please why is this? Thanks in advance.

Re: could not search the indexed table data

2009-03-22 Thread radha c
gt; On Sun, Mar 22, 2009 at 9:16 PM, radha c wrote: > > Hi, > > I am just in learning face. I indexed a sql test table using dataimport. > > But I want to search those index by keyword. I tried to search like > > http://localhost:8080/solr/select/?q=Peter. But I got zero res

Re: could not search the indexed table data

2009-03-22 Thread radha c
Oops.. Thanks a lot. I got a bit tired :-) Thanks 2009/3/22 Noble Paul നോബിള്‍ नोब्ळ् > there is a typo in the column value > > > > the schema does not say whether fname goes into a default search field > > > On Sun, Mar 22, 2009 at 11:10 PM, radha c wrote: > >

Do I need maven build for solrj client?

2009-03-22 Thread radha c
Hi, I am trying to write an solrj client. Do I need to do maven builb for that. Is there any beginners tutorial with the basic framwork for solrj. Thanks in advance.

Error when creating document

2009-03-22 Thread Radha C.
Hi, I am trying to index the rows using dataimporthandler full import. But I am getting the following error, please suggest me what went wrong? Thanks in advance. INFO: Time taken for getConnection(): 406 Mar 23, 2009 11:55:52 AM org.apache.solr.handler.dataimport.SolrWriter upload WARNING: Er

RE: Do I need maven build for solrj client?

2009-03-23 Thread Radha C.
://fisk.stjernesludd.net/archives/2-Using-Solrj-A-short-guide-to-getting -started-with-Solrj.html Maybe it helps... Cheers, Giovanni On 3/22/09, Shalin Shekhar Mangar wrote: > > On Sun, Mar 22, 2009 at 11:54 PM, radha c wrote: > > > Hi, > > I am trying to write an solrj client. Do I n

multiple values encountered for non multiValued copy field

2009-03-23 Thread Radha C.
Hi, I am having mutivalued field "all" in my schema.xml . But it is not identified and got below error. Can anyone help me with this.. person_id all INFO: Time taken for getConnection(): 360 Mar 23, 2009 1:51:25 PM org.apache.solr.handler.dataimpor

RE: multiple values encountered for non multiValued copy field

2009-03-23 Thread Radha C.
your schema it is in lowercase. On Mon, Mar 23, 2009 at 1:57 PM, Radha C. wrote: Hi, I am having mutivalued field "all" in my schema.xml . But it is not identified and got below error. Can anyone help me with this.. person_id all INFO: Time

How to use standalone solrj client

2009-03-23 Thread Radha C.
Can anyone tell me how to use the solrj Java client? I have wriiten a simple standalone main() class. My solr home and server is there in tomcat. I am not sure how to test my solrj client. Thanks, Radha.C

RE: How to use standalone solrj client

2009-03-23 Thread Radha C.
Hi, I have written my solrj client with the maven build structure. I want to download the dependant solrj jar files from SVN. Can anyone please tel me is there any common svbn repository for solr related files. Thanks -Original Message- From: Radha C. [mailto:cra...@ceiindia.com

Error when execute the solrj client

2009-03-23 Thread Radha C.
I am getting the following error when executing solrj client. Can anyone aware of this error, any help will be great. Thanks in advance. org.apache.solr.client.solrj.SolrServerException: Error executing query at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.jav

RE: Error when execute the solrj client

2009-03-23 Thread Radha C.
, Radha C. wrote: > I am getting the following error when executing solrj client. > > Can anyone aware of this error, any help will be great. Thanks in advance. > > org.apache.solr.client.solrj.SolrServerException: Error executing >

indexing mutiple table

2009-03-26 Thread Radha C.
Hi, I am trying to index different tables with different primary keys and different fields. Table A - primary field is a_id Table B - primary fiedls is b_id How to specify two different primary keys for two different tables in schema.xml? Is it possible to create a data-config with differen

RE: indexing mutiple table

2009-03-26 Thread Radha C.
...@ceiindia.com Subject: Re: indexing mutiple table Hello, I believe you should use 2 different indexes, 2 different cores and write a custom request handler or any other client that forwards the query to the cores and merge the results. Cheers, Giovanni On 3/26/09, Radha C. wrote: Hi

RE: indexing mutiple table

2009-03-26 Thread Radha C.
Solr. Cheers, Giovanni On 3/26/09, Radha C. wrote: Thanks for your reply. If I want to search the my data spread over many tables say more than 50 tables, then I have to setup that many cores ? _ From: Giovanni De Stefano [mailto:giovanni.destef...@gmail.com] Sent: Thursday, March 26

Not getting the proper result.

2009-03-30 Thread Radha C.
Hi, I am having following analyzer set up in schema.xml I am indexing a database field which contains L.I.C and I am trying to search the field as follows but getting zero response. http://localhost:8080/solr/select/?q=LIC

RE: Not getting the proper result.

2009-03-31 Thread Radha C.
tool is the Analysis page on the Solr admin: http://localhost:8983/solr/admin/analysis.jsp as it can help you figure out what is going on with analysis on both the query and indexing side. HTH, Grant On Mar 30, 2009, at 7:50 AM, Radha C. wrote: > Hi, > > I am having following analyz

RE: Not getting the proper result.

2009-03-31 Thread Radha C.
] Sent: Tuesday, March 31, 2009 1:50 PM To: solr-user@lucene.apache.org Subject: RE: Not getting the proper result. Did you try creating your indexes again after modifying the schema.xml The way Solr search is, whatever string you have Radha C. wrote: > > > Thanks Grant, >

indexed fields vs stored fields

2009-03-31 Thread Radha C.
Hello List, I know about indexing fields but little unclear about the difference between index field and stored field. Can anyone explain me whta does mean by index and stored fields? and What does mean by storing large fields outside of Solr (need to set store="false" in schema.xml ) ? Thanks

RE: Increase the number of results in the example jetty server app

2009-03-31 Thread Radha C.
you can control the number of response documents from the query url q=test&start=0&rows=20 And refer to the documentation provided in http://lucene.apache.org/solr/tutorial.html#Getting+Started for any example demo related questions. -Original Message- From: Sajith Weerakoon [mailto:saji.

RE: indexed fields vs stored fields

2009-03-31 Thread Radha C.
data. This is stored verbatim On Tue, Mar 31, 2009 at 4:39 PM, Radha C. wrote: > Hello List, > > I know about indexing fields but little unclear about the difference > between index field and stored field. > Can anyone explain me whta does mean by index and stored fields? and >

Transformers in dataconfig xml

2009-03-31 Thread Radha C.
Hi, Is there any documentation available for usage of transformers in dataimport. If so can anyone tell me the url ? Thanks

RE: indexed fields vs stored fields

2009-03-31 Thread Radha C.
, Radha C. wrote: Suppose If I have an large field and I am not storing the field in solr due to performance factor, How can I handle this field or How can I get the value of the field through search ? How to store large fields outside of Solr? You'd probably need to store, fetch and associa

RE: Transformers in dataconfig xml

2009-03-31 Thread Radha C.
, Mar 31, 2009 at 7:38 PM, Radha C. wrote: > Hi, > > Is there any documentation available for usage of transformers in > dataimport. If so can anyone tell me the url ? > > Thanks > -- --Noble Paul

How to configure multible unique keys in schema.xml

2009-03-31 Thread Radha C.
Hi, Is it possible to configure/index separate set of tables with one solr core.( groupA- 6 related tables and groupB - 8 related tables and group A&B are unrelated ) ? Is it so, how to include/index the table's unique keys in the schema.xml? Can anyone please provide me any documentation link.

Runtime exception when adding documents using solrj

2009-03-31 Thread Radha C.
Hi All, I am trying to index documents by using solrj client. I have written a simple code below, { CommonsHttpSolrServer server = new CommonsHttpSolrServer("http://localhost:8080/solr/update";); SolrInputDocument doc1=new SolrInputDocument(); d

RE: Runtime exception when adding documents using solrj

2009-04-01 Thread Radha C.
using? On Wed, Apr 1, 2009 at 12:01 PM, Radha C. wrote: Hi All, I am trying to index documents by using solrj client. I have written a simple code below, { CommonsHttpSolrServer server = new CommonsHttpSolrServer("http://localhost:8080/solr/update";); SolrInp

RE: Runtime exception when adding documents using solrj

2009-04-01 Thread Radha C.
Can anyone please tell me , what is the issue with the below java code.. -Original Message- From: Radha C. [mailto:cra...@ceiindia.com] Sent: Wednesday, April 01, 2009 12:28 PM To: solr-user@lucene.apache.org Subject: RE: Runtime exception when adding documents using solrj I am

RE: Runtime exception when adding documents using solrj

2009-04-01 Thread Radha C.
iindia.com Subject: Re: Runtime exception when adding documents using solrj the url is wrong try this CommonsHttpSolrServer server = new CommonsHttpSolrServer("http://localhost:8080/solr/";); On Wed, Apr 1, 2009 at 2:04 PM, Radha C. wrote: > > Can anyone please tell me , what i

RE: Runtime exception when adding documents using solrj

2009-04-01 Thread Radha C.
: Runtime exception when adding documents using solrj Can u take a look at the Solr logs and see what is hapening? On Wed, Apr 1, 2009 at 3:19 PM, Radha C. wrote: > > Thanks Paul, > > I changed the URL but I am getting another error - Bad request , Any help > will be appriciated

Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
Hi All, I want to index the document fields in a xml file to index using solrj. I know how to index the document fields using doc.addfield(). But I dont know how to post the xml document instead of adding each field in solrj. Can I index xml file using solrj? Can anyone help me in how to do th

RE: Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
ekhar Mangar [mailto:shalinman...@gmail.com] Sent: Wednesday, April 01, 2009 6:07 PM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: Indexing fields of xml file using solrj On Wed, Apr 1, 2009 at 5:17 PM, Radha C. wrote: > Hi All, > > I want to index the document fields in

RE: Indexing fields of xml file using solrj

2009-04-01 Thread Radha C.
... http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/request/Direc tXmlRequest.html Is what you need if you want to use Solrj... :-) On 4/1/09, Radha C. wrote: Thanks shalin, I need to index the xml which is in solr's format only. I want to index that xnl directly using solrj same l

RE: getting solr home path dynamically

2009-04-01 Thread Radha C.
ng solrj Hello, you can try with: SolrConfig.config.getResourceLoader().getInstanceDir() Let me know if it works. Cheers, Giovanni On 4/1/09, Radha C. wrote: Hey No, Actually I did not look at your response email. But I saw your email after I responded to shalin and you gave me a co

Error in Importing from Oracle

2009-04-02 Thread Radha C.
Hello List, I am trying to do full import from remote oracle server. I am getting the below error, Can anyone please help me what configuration I am missing? Thanks in advance. Apr 2, 2009 6:46:39 PM org.apache.solr.handler.dataimport.DataImporter doFullImport SEVERE: Full Import failed org

RE: Error in Importing from Oracle

2009-04-02 Thread Radha C.
LD_LIBRARY_PATH and start Solr with that. Or the best solution is to use a pure java driver On Thu, Apr 2, 2009 at 8:13 PM, Shalin Shekhar Mangar wrote: > On Thu, Apr 2, 2009 at 6:57 PM, Radha C. wrote: >> Hello List, >> >> I am trying to do full import from remote oracle

How to copy the Dynamic fields into one field

2009-04-06 Thread Radha C.
Hi, Can I have the dynamic field in copyField as follows, Can anyone tell me please how to make the dynamic field to be available in one field "all" ?

java version for solr.

2009-04-30 Thread Radha C.
Hello List, Our production server is using j2sdk1.4.2_12 and solr requires Java 1.5 . So it is must to use java 1.5 in order to use Solr?. Can anyone tel me what issues can be faced if we use java1.4 ? So do we need to implement any utility to make use of solr in java 1.4 environment? Than

RE: java version for solr.

2009-04-30 Thread Radha C.
aver: > http://retroweaver.sourceforge.net/ > However I don't think retroweaver re-targets classes/methods in 1.5 that are > not in 1.4. Not sure. > > ~ David Smiley > > > On 4/30/09 8:00 AM, "Radha C." wrote: > > Hello List, > > Our production

what is the query syntax to search a value in more than one field.

2009-05-06 Thread Radha C.
Hi, I need to search a text value in field A, field B, and field C. Can anybody tel me how to form the query. I am thinking of the option like q=A:text AND B:text AND C:text . Is it correct ? Thanks in advance.

RE: what is the query syntax to search a value in more than one field.

2009-05-06 Thread Radha C.
in all the fields: q=(+A:text +B:text +C:text) Query for "text" to be present in any of the fields: q=(A:text B:text C:text) Cheers Avlesh On Wed, May 6, 2009 at 4:43 PM, Radha C. wrote: Hi, I need to search a text value in field A, field B, and field C. Can anybody tel me how to f

Query syntax

2009-05-14 Thread Radha C.
Hello List, I need to search the multiple values from the same field. I am having the following syntax I am thinking of the first option. Can anyone tell me which one is correct syntax? Q=+title:=test +site_id:="22 3000676 566644" Q=+title:=test +site_id:=22 3000676 566644 Q

RE: Query syntax

2009-05-14 Thread Radha C.
M To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: Query syntax On Thu, May 14, 2009 at 5:20 PM, Radha C. wrote: I need to search the multiple values from the same field. I am having the following syntax I am thinking of the first option. Can anyone tell me which one is corr

irrelevant search results

2009-05-15 Thread Radha C.
Hello List, I am having the below query art_id:queryText&start=0&rows=10&sort=score desc and this should not yield any result because art_id contains numbers. But when I execute this search , it returns more than 100 documents. the art_id field is String in schema.xml Can anyone tell me ho

RE: irrelevant search results - encode issue.

2009-05-15 Thread Radha C.
s any idea. How to resolve this issue. Any help will be appriciated. Thanks in advance. Thanks, Radha.C -Original Message----- From: Radha C. [mailto:cra...@ceiindia.com] Sent: Friday, May 15, 2009 8:57 PM To: solr-user@lucene.apache.org Subject: irrelevant search results Hello List, I am h

RE: irrelevant search results - encode issue.

2009-05-15 Thread Radha C.
Thanks shalin.. that works... _ From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Saturday, May 16, 2009 11:47 AM To: solr-user@lucene.apache.org; cra...@ceiindia.com Subject: Re: irrelevant search results - encode issue. On Fri, May 15, 2009 at 9:16 PM, Radha C

Search in all the fields q=(*:test)

2009-05-19 Thread Radha C.
Hello List, I need to search a value in all the fields. I am using q=(*:test) . But it retrives zero results. Can anyone tell me the above syntax is correct or not? Thanks in advance.

RE: Search in all the fields q=(*:test)

2009-05-19 Thread Radha C.
name, Solr search in default search field as long as Lucene doesn't support searching through several fields as far as I know. Read here: http://wiki.apache.org/solr/SchemaXml#head-b80c539a0a01eef8034c3776e49e8fe1c 064f496 On Tue, May 19, 2009 at 5:46 PM, Radha C. wrote: Hello List, I need to

RE: Strange behaviour with copyField

2009-06-03 Thread Radha C.
What is the defaultOperator set in your solrconfig.xml? Are you sure that it matches for au and not author? -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Thursday, June 04, 2009 2:53 AM To: solr-user@lucene.apache.org Subject: Re: Strange behaviour with cop

Query parameter encode issue

2009-06-16 Thread Radha C.
Hello list, I am having the following query, q=+text:test +site_id:(4 ) +publishDate:[2008-05-01T00\:00\:00Z TO 2009-06-30T00\:00\:00Z] If I try this query in the browser directly , it is working fine and the url is encoded automatically in the browser when I enter as follows http://localhost

RE: Query parameter encode issue

2009-06-16 Thread Radha C.
You don't have to encode the complete query string parameter. You just need encode the values for individual query paramters. So it should be more like qryString = "+text:" + URLEncoder.encode("test", "UTF-8") ... and so on. Cheers Avlesh On Tue, Jun 16, 2009

spelling suggestion in solr.

2009-06-30 Thread Radha C.
Hello List, The feature "spelling suggestion" is available in solr? If yes, can you tell me some documentations? Thanks, Radha.C

RE: spelling suggestion in solr.

2009-06-30 Thread Radha C.
Thank you for your reply. -Original Message- From: Michael Ludwig [mailto:m...@as-guides.com] Sent: Tuesday, June 30, 2009 2:48 PM To: solr-user@lucene.apache.org Subject: Re: spelling suggestion in solr. Radha C. schrieb: > > The feature "spelling suggestion" is a

RE: spelling suggestion in solr.

2009-06-30 Thread Radha C.
Fax. 050-3118124 http://www.buyways.nl 9743 AD GroningenKvK 01074105 On Tue, 2009-06-30 at 14:42 +0530, Radha C. wrote: Hello List, The feature "spelling suggestion" is available in solr? If yes, can you tell me some documentations? Thanks, Radha.C

RE: complex OR query not working

2009-06-30 Thread Radha C.
Do you have to remove the documents which satisfies the both conditions? If so use AND. you have used OR, so if the first condition is satisfied , it will not consider the second condition at all. try using fq for both the condition, fq=(spacegroupID:g*) fq=(!userID:g*). -Original Message-