JdbcDataSource isolation lelel

2011-05-24 Thread Romi
Hi, i am fetching data from mysql database to solr for indexing. i want to know what is the default isolation level in jdbcdatasource connection. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/JdbcDataSource-isolation-lelel-tp2978664p2978664.html Sent from the

What is document tag in data-config.xml of Solr

2011-05-24 Thread Romi
- Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-document-tag-in-data-config-xml-of-Solr-tp2978668p2978668.html Sent from the Solr - User mailing list archive at Nabble.com.

parentDeltaQuery

2011-05-24 Thread Romi
Hi, i am new to solr and i m trying some examples to fetch data from MySql to solr server.I want to know what is parentDeltaQuery, when should it b used, what is its advantage. please refer me some good example. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com

JdbcDataSource isolation lelel

2011-05-24 Thread Romi
Hi, i am fetching data from mysql database to solr for indexing. i want to know what is the default isolation level in jdbcdatasource connection. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/JdbcDataSource-isolation-lelel-tp2978492p2978492.html Sent from the

What is document tag in data-config.xml of Solr

2011-05-24 Thread Romi
- Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-document-tag-in-data-config-xml-of-Solr-tp2978420p2978420.html Sent from the Solr - User mailing list archive at Nabble.com.

problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
In my schema.xml file i made a filed attribute indexed=false and stored=true. ie. i am not indexing this field but still in my search results i am getting values for this field, why is so any idea? - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
Please reply, i am not getting any of my problems reply in this forum. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2984151.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
etting the data if i run filter query as field:value, its really confusing what solr is doing. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2984239.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
why should stored="true" matter if indexed="false" - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2984306.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
as *:* it should show all documents as id1 t1 a1 but if i search author:a1, then 0 result will be found, why so?? to be very clear i am performing full-import where every time new indexes are created then also for safer side i deleted the indexes and recreated them then too i am facing the same pr

What is omitNorms

2011-05-25 Thread Romi
hi, I want to know what is omitNorms for a field in schema.xml and what will be its effect on indexing and searching if I set it to true or false, please suggest me some suitable example. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms

Re: What is omitNorms

2011-05-25 Thread Romi
and i also wanted to know what is difference if i set omitNorms in fieldType or if i set it in field. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987562.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread Romi
id of this problem. Thanks. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2987628.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What is omitNorms

2011-05-25 Thread Romi
thanks for the link, i got lot information from this document. Can u please tell me how can i verify omitNorms effect in my document indexing or searching. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987649.html Sent from the Solr

how can i index data in different documents

2011-05-25 Thread Romi
Hi, in my database i have two types of entity customer and product. I want to index customer related information in one document and product related information in other document. is it possible via solr , if so how can i achieve this. Thanks & Regards Romi. ----- Romi -- View this messag

Re: Single document scanning

2011-05-25 Thread Romi
First of all subscribe to the mailing list. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Single-document-scanning-tp2987614p2987705.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Single document scanning

2011-05-26 Thread Romi
it seems, try again for better results - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Single-document-scanning-tp2987614p2987788.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What is omitNorms

2011-05-26 Thread Romi
ng example for this.would you please explain. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/What-is-omitNorms-tp2987547p2987799.html Sent from the Solr - User mailing list archive at Nabble.com.

UniqueKey field in schema.xml

2011-05-26 Thread Romi
suppose I have two tables in database, say product table and customer table.i want to make (productID,customerID) a uniqueKey for my indexing document. how can i achieve this. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
make sense. and my application is not saying to do so i am just experimenting with solr to learn it. want to clear my concepts about indexing. Thanks Romi - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
specifies multiple unique ids - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988168.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
i deleted my index but what do u mean by restart with new schema?? - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2988197.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
i have done it, i deleted old indexes and created new indexes but still able to search it through *:*, and no result when i search it as field:value. really surprising result. :-O - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
I am not getting how can i combine two keys in to a single string using some delimiter - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988284.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
i might have misspelled the question. this is the entry in my db-data-config.xml file: now i want combine UID_PK and UID for the uniqueKey of my indexing documet. i want to know how can i achieve this through schema.xml Thanks Romi - Romi -- View this

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
did u mean when i set indexed="false" and store="true", solr does not index the field's value but store its value as it is??? - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p298845

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
ml. can i add like this: where ID is a field in schema.xml and it is UniqueKey. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988484.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
:), Thanks.. now i got the purpose of indexed and store. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2988506.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread Romi
Thanks for making me understand the concept of indexing and storing field. now i got the point :) - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2988516.html Sent from the Solr - User mailing list archive

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
Thanks a lot :)...finally i made it, template transformer is doing exactly what i wanted to do. :) :) - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988608.html Sent from the Solr - User mailing list archive at Nabble.com.

how can i index data in different documents

2011-05-26 Thread Romi
can i achieve this. Thanks & Regards Romi. ----- Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-can-i-index-data-in-different-documents-tp2988621p2988621.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
rattribute, then I it is mandatory to map it in schema.xml,that is why i use then how can i just use - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988635.html Sent from the Solr - User mailing list archive at Nabble.com.

why use QueryElevationComponent

2011-05-26 Thread Romi
what is QueryElevationComponent, why it is used. in my schema.xml if i do not declare a uniqueKey then it shows the error org.apache.solr.common.SolrException: QueryElevationComponent requires the schema to have a uniqueKeyField why so ?? - Romi -- View this message in context: http

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
torderattribute. why so , please explain. Thanks Romi. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988774.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how can i index data in different documents

2011-05-26 Thread Romi
Ensure that when you add your documents, their "type" value is effectively set to either "table1" or table"2". did you mean i set in schema.xml??? but as far as i concern there can only be one document tag then what about the table2?? - Romi -- View

How to disable QueryElevationComponent

2011-05-27 Thread Romi
uniqueKey field.then how can i disable this QueryEvelationComponent. please reply. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-disable-QueryElevationComponent-tp2992195p2992195.html Sent from the Solr - User mailing list archive at Nabble.com.

test

2011-05-27 Thread Romi
test - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/test-tp2992199p2992199.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to disable QueryElevationComponent

2011-05-27 Thread Romi
org.mortbay.start.Main.start(Main.java:497) at org.mortbay.start.Main.main(Main.java:115) - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-disable-QueryElevationComponent-tp2992195p2992320.html Sent from the Solr - User mailing list archive at Nabble.com.

what is the need of setting writeLockTimeout and commitLockTimeout in solrconfig.xml

2011-05-27 Thread Romi
I wanted to have the basic idea of setting these parameters in solrconfig.xml what actually writeLockTimeout and commitLockTimeout indicates here. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/what-is-the-need-of-setting-writeLockTimeout

what is the need of setting in solrconfig.xml

2011-05-27 Thread Romi
??? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/what-is-the-need-of-setting-autocommit-in-solrconfig-xml-tp2992438p2992438.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: parentDeltaQuery

2011-05-29 Thread Romi
delta import i know. i want to abt parentdelta query - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/parentDeltaQuery-tp2979110p3000847.html Sent from the Solr - User mailing list archive at Nabble.com.

How to display solr search results in Json format

2011-05-30 Thread Romi
I have indexed all my database data in solr, now I want to rum search on it and display results in JSON. what i need to do for it. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-display-solr-search-results-in-Json-format-tp3004734p300

Re: How to display solr search results in Json format

2011-05-30 Thread Romi
Thanks for reply, But i want to know how Json does it internally, I mean how it display results as Field:value. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-display-solr-search-results-in-Json-format-tp3004734p3004768.html Sent from

How to display search results of solr in to other application.

2011-06-02 Thread Romi
how i send my request to solr server for search and get back the result. Here is my sample html file where i parsed Json data. Solr Ajax Example query: Raw JSON String: I suppose i am making mistake in xmlhttpPost("/solr/db/select"). Thanks and regards Romi. --

how to request for Json object

2011-06-02 Thread Romi
How to parse Json through ajax when your ajax pager is on one server(Tomcat)and Json object is of onther server(solr server). i mean i have to make a request to another server, how can i do it . - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com

Re: how to request for Json object

2011-06-02 Thread Romi
.html - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-request-for-Json-object-tp3014138p3014191.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to request for Json object

2011-06-02 Thread Romi
sorry for the inconvenience, please look at this file http://lucene.472066.n3.nabble.com/file/n3014224/JsonJquery.text JsonJquery.text - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-request-for-Json-object-tp3014138p3014224.html

Re: how to request for Json object

2011-06-02 Thread Romi
I did this: $(document).ready(function(){ $.getJSON("http://[remotehost]:8983/solr/select/?q=diamond&wt=json&json.wrf=?";, function(result){ alert("hello" + result.response.docs[0].name); }); }); But i am not getting any result, what i did wrong ?? - Thanks

Re: How to display search results of solr in to other application.

2011-06-02 Thread Romi
I did this: $(document).ready(function(){ $.getJSON("http://[remotehost]:8983/solr/select/?q=diamond&wt=json&json.wrf=?";, function(result){ alert("hello" + result.response.docs[0].name); }); }); But i am not getting any result, what i did wrong ?? - T

Re: 'deltaImportQuery' attribute is not specified for entity : user

2011-06-02 Thread Romi
take a look at the following url it might help you. http://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-request-for-Json-object-tp3014138p3014805.html Sent from the

Re: how to request for Json object

2011-06-02 Thread Romi
can i make it as user choice. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-request-for-Json-object-tp3014138p3014928.html Sent from the Solr - User mailing list archive at Nabble.com.

how to make getJson parameter dynamic

2011-06-02 Thread Romi
t user's choice. i mean user can pass the query at run time for example using a text box. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-make-getJson-parameter-dynamic-tp3014941p3014941.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to make getJson parameter dynamic

2011-06-02 Thread Romi
please explain. because i want to get data from a text box on onclickevent and then display response. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-make-getJson-parameter-dynamic-tp3014941p3018732.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to display search results of solr in to other application.

2011-06-02 Thread Romi
s": "10", "indent": "on", "json.wrf": "callbackFunctionToDoSomethingWithOurData", "wt": "json", "fl": "field1"} ); would you please explain what are queryString and &quo

How do i use solr spellchecker in my search application

2011-06-18 Thread Romi
url?? Please explain me - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-i-use-solr-spellchecker-in-my-search-application-tp3079090p3079090.html Sent from the Solr - User mailing list archive at Nabble.com.

solr highliting feature

2011-06-18 Thread Romi
esentation of search results where i got a tag . further i am parsing this xml response to show result in a jsp page. but i ma not getting how can i high lite the fields in jsp page ----- Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highliting-f

Re: solr highliting feature

2011-06-19 Thread Romi
yes, I find title in section. If i am getting results say by parsing json object then do i need to parse ? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highliting-feature-tp3079239p3084890.html Sent from the Solr - User mailing

Request handle solrconfig.xml Spellchecker

2011-06-19 Thread Romi
3/solr/select?q=komputer&spellcheck=true - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Request-handle-solrconfig-xml-Spellchecker-tp3085053p3085053.html Sent from the Solr - User mailing list archive at Nabble.com.

How to highlight a field in searchresult using solr

2011-06-20 Thread Romi
ed to parse tag separately or it will highlight the hl.fl=name automatically Thanks Romi - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-highlight-a-field-in-searchresult-using-solr-tp3086301p3086301.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to highlight a field in searchresult using solr

2011-06-20 Thread Romi
d data. How can i do this. Thanks ----- Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-highlight-a-field-in-searchresult-using-solr-tp3086301p3089374.html Sent from the Solr - User mailing list archive at Nabble.com.

Parse solr json object

2011-06-20 Thread Romi
s have six round prong-set and twenty-six faceted briolette − − − These elegant and fluid earrings have six round prong-set and twenty-six faceted briolette - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Parse-solr-json-object-tp308947

problem with wild card query with spellchecker

2011-06-21 Thread Romi
example diamender,diamounder but i am not getting results for them cant i use wild card query with spell checker?? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-with-wild-card-query-with-spellchecker-tp3090651p3090651.html Sent from the

Problem in accessing a variable's changed value outside of if block in javascript code

2011-06-21 Thread Romi
e javascript code a variable newquery initialy having value of query. but when the if condition is true its value have changed. but my problem is i am not getting its changed value outside of if block while i want this changed value. how can i do this. - Thanks & Regards Romi -- View this

Conflict in wildcard query and spellchecker in solr search

2011-06-22 Thread Romi
Using solr search when i search for rin* it run wildcard query and i get the result for ring but when i search for Rin* it run spellchecker and then gives the result for ring. why so ?? please explain - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble

Re: Conflict in wildcard query and spellchecker in solr search

2011-06-22 Thread Romi
need to include some more filters or what other configurations are needed - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Conflict-in-wildcard-query-and-spellchecker-in-solr-search-tp3095198p3095290.html Sent from the Solr - User mailing list arc

Re: Conflict in wildcard query and spellchecker in solr search

2011-06-22 Thread Romi
how can I lowercase query outside of Solr before sending a query? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Conflict-in-wildcard-query-and-spellchecker-in-solr-search-tp3095198p3095345.html Sent from the Solr - User mailing list archiv

how to index data in solr form database automatically

2011-06-23 Thread Romi
need not to run index process manually every time data base tables changes.If yes then please tell me how can i achieve this. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-index-data-in-solr-form-database-automatically-tp3102893p3102893.

Re: how to index data in solr form database automatically

2011-06-23 Thread Romi
Yeah i am using data-import to get data from database and indexing it. but what is cron can you please provide a link for it - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-index-data-in-solr-form-database-automatically-tp3102893p310

Re: how to index data in solr form database automatically

2011-06-24 Thread Romi
would you please tell me how can i use Cron for auto index my database tables in solr - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-index-data-in-solr-form-database-automatically-tp3102893p3103768.html Sent from the Solr - User mai

Re: how to index data in solr form database automatically

2011-06-27 Thread Romi
Thanks for answering but i don't know how to write script for fetching data from database and index it in to solr and how to setup this script as cron-job to run automatically at certain interval. Please suggest . - Thanks & Regards Romi -- View this message in context: http

Re: how to index data in solr form database automatically

2011-06-27 Thread Romi
Can i not use it for full-import ?? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-index-data-in-solr-form-database-automatically-tp3102893p3113002.html Sent from the Solr - User mailing list archive at Nabble.com.

Include synonys in solr

2011-06-28 Thread Romi
synonym.text file generate automatically referring to all dictionary words - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Include-synonys-in-solr-tp3116836p3116836.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Include synonys in solr

2011-06-28 Thread Romi
hope you got my point :) - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Include-synonyms-in-solr-tp3116836p3117365.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Include synonys in solr

2011-06-28 Thread Romi
know how can i solve this puzzle so that i need not to enter synonyms manually. for example for GB i am entering gigabyte for ring i am entering synonyms as band, circle - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Include-synonym

Re: Include synonys in solr

2011-06-28 Thread Romi
Thanks François Schiettecatte, information you provided is very helpful. i need to know one more thing, i downloaded one of the given dictionary but it contains many files, do i need to add all this files data in to synonyms.text ?? - Thanks & Regards Romi -- View this message in con

filters effect on search results

2011-06-29 Thread Romi
ing my search result. ----- Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/filters-effect-on-search-results-tp3120968p3120968.html Sent from the Solr - User mailing list archive at Nabble.com.

what is solr clustering component

2011-06-29 Thread Romi
I just went through solr wiki page for clustering. But i am not getting what is the benefit of using clustering. Can anyone tell me what is actually clusering and what its use in indexing and searching. does it effect search results?? Please reply - Thanks & Regards Romi -- View this mes

Re: filters effect on search results

2011-06-29 Thread Romi
admin/analysis.jsp page shows RemoveDuplicatesTokenFilterFactory ,ReversedWildcardFilterFactory ,.EnglishPorterFilterFactory - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/filters-effect-on-search-results-tp3120968p3121506.html Sent from the

Re: what is solr clustering component

2011-06-29 Thread Romi
thanks iorixxx, i changed my configuration to include clustering in search results. in my xml format search results i got a tag , to show this clusters in to search results do i need to parse this xml. and my second question is does clustering effect indexes. - Thanks & Regards Romi --

MergerFacor effect on indexes

2011-06-30 Thread Romi
created please make me clear about these points - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/MergerFacor-effect-on-indexes-tp3125146p3125146.html Sent from the Solr - User mailing list archive at Nabble.com.

How to use solr clustering to show in search results

2011-06-30 Thread Romi
etting is Elegant and Fun" ], "docs":[ "8335", "8337" ] }, { "labels":[ "Other Topics"

How to optimize solr indexes

2011-06-30 Thread Romi
lastModified: 2011-06-30T10:25:04.89Z/ - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-optimize-solr-indexes-tp3125293p3125293.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to optimize solr indexes

2011-06-30 Thread Romi
and if i want to set it as optimize=false then what i need to do ?? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-optimize-solr-indexes-tp3125293p3125474.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to optimize solr indexes

2011-06-30 Thread Romi
when i run as : deltaimport?command=delta-import&optimize=false But i am still getting optimize=true when i look at admin console which is in my original post - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-optimize-solr

Re: MergerFacor effect on indexes

2011-06-30 Thread Romi
To see the changes i am deleting my old indexes and recreating them but still getting the same result :( - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/MergerFacor-effect-on-indexes-tp3125146p3128432.html Sent from the Solr - User mailing

Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Romi
I want to include both clustering and spellchecker in my search results. but at a time i am able to include only one. Only one, with which i am setting default=true. than how can i include both clustering and spellchecker both for my results. - Thanks & Regards Romi -- View this messag

Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Romi
would you please give me an example for custom request handler - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-including-both-clustering-component-and-spellchecker-for-solr-search-results-at-the-same-e-tp3128864p3128893.html Sent

MergerFactor and MaxMergerDocs effecting num of segments created

2011-07-01 Thread Romi
run to see the effect on indexed files. current configuration is: * 2 10* - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/MergerFactor-and-MaxMergerDocs-effecting-num-of-segments-created-tp3128897p3128897.html Sent from the Solr - User mailing

Problem facing while querying for wild card queries

2011-07-01 Thread Romi
I am using solr for indexing and searching in my application. I am facing some strange problem while querying wild card When i search for di?mo?d, i get results for diamond but when i search for diamo?? i get no results.What could be the reason please tell. - Thanks & Regards Romi --

Re: MergerFactor and MaxMergerDocs effecting num of segments created

2011-07-03 Thread Romi
getting is while i am doing full import which deletes the old indexes and creates new than why i m getting the old one again. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/MergerFactor-and-MaxMergerDocs-effecting-num-of-segments-cre

Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-04 Thread Romi
*org.apache.solr.common.SolrException: Unknown Search Component: clusteringComponent* - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-including-both-clustering-component-and-spellchecker-for-solr-search-results-at-the-same-e-tp3128864p3136756.html Sent from the Solr -

configure dismax requesthandlar for boost a field

2011-07-04 Thread Romi
eed to do some more configuration to see the effect. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/configure-dismax-requesthandlar-for-boost-a-field-tp3137239p3137239.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: configure dismax requesthandlar for boost a field

2011-07-04 Thread Romi
ards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/configure-dismax-requesthandlar-for-boost-a-field-tp3137239p3139680.html Sent from the Solr - User mailing list archive at Nabble.com.

How to boost a querystring at query time

2011-07-04 Thread Romi
2 6<90% 100 *:* 0 name regex * When querystring is q=gold^2.0 ring(boost gold) and qt=standard i got the results for gold ring and when qt=dismax i got no result why so please explain - Thanks & Regards Romi -- View this message in context: http://luc

Re: configure dismax requesthandlar for boost a field

2011-07-04 Thread Romi
will merely adding fl=score make difference in search results, i mean will i get desired results now??? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/configure-dismax-requesthandlar-for-boost-a-field-tp3137239p3139814.html Sent from the

Re: configure dismax requesthandlar for boost a field

2011-07-05 Thread Romi
doc in search result which does not have querystring in its description field. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/configure-dismax-requesthandlar-for-boost-a-field-tp3137239p3140501.html Sent from the Solr - User mailing list archiv

Re: How to boost a querystring at query time

2011-07-05 Thread Romi
than what should i do to get the required result. ie. if i want to boost gold than which querytype i should use. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-boost-a-querystring-at-query-time-tp3139800p3140703.html Sent from the

problem in spellchecker working with dismax requesthandler

2011-07-05 Thread Romi
Hi, In my solr search previously i was using standard request handler than spellchecker was working fine. now i configured search to dismax request handler. But now spellchecker is not working. would you please tell me what can be the problem Thanks - Thanks & Regards Romi -- View

Highlight whole query phrase

2011-07-06 Thread Romi
t;; var j=0; for (j=0 ;j<=item.text.length;j++) { result = result+item.text[j]+""; } result=result.replace(word,'' + word + ''); }); * Now how should i parse so that i got gold ring highlighted - Thanks & Regards Romi -- View this

Re: Highlight whole query phrase

2011-07-06 Thread Romi
I included hl.mergeContiguous parameter. in my url but no effect on search result highlighting. actually i need to parse highlighting property. please look at http://jsfiddle.net/bhXbh/4/ - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Highl

  1   2   >