problem with ? wild card searches in solr

2011-07-23 Thread Romi
I am using solr for search . i am facing problem with wildcard searches. when i search for dia?mond i get result for diamond but when i search for ban?le i get no result. what can be the problem - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com

How to check that solr server is running

2011-07-23 Thread Romi
+json.wrf=?* and using getJson i am getting the solr response. $.getJSON(url, function(result){ now my problem is how can i determine that solr server is running. - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-check-that-solr-server

Problem in execution of error call in ajax request if solr server is not running

2011-07-22 Thread Romi
error not called if server is shutdown - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-execution-of-error-call-in-ajax-request-if-solr-server-is-not-running-tp3192962p3192962.html Sent from the Solr - User mailing list archive at Nabble.com.

How to find whether solr server is running or not

2011-07-19 Thread Romi
I am running an application that get search results from solr server. But when server is not running i get no response from the server. Is there any way i can found that my server is not running so that i can give proper error message regarding it - Thanks Regards Romi -- View this message

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
i am getting json response from solr as *$.getJSON(http://192.168.1.9:8983/solr/db/select/?qt=dismaxwt=jsonstart=0rows=100q=eleganthl=truehl.fl=texthl.usePhraseHighlighter=truesort= scorejson.wrf=?, function(result){* how can i check whether i get response or not - Thanks Regards Romi

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
:8983.* - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-whether-solr-server-is-running-or-not-tp3181870p3182202.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to find whether solr server is running or not

2011-07-19 Thread Romi
server is not running this code does not execute...how can i check than that server is not running - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-find-whether-solr-server-is-running-or-not-tp3181870p3184556.html Sent from the Solr - User

Problem in searching uppercase string with wildcard

2011-07-08 Thread Romi
=solr.LowerCaseFilterFactory/. would you please suggest me what can be the issue. - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-searching-uppercase-string-with-wildcard-tp3151037p3151037.html Sent from the Solr - User mailing list archive

problem in spellchecker working with dismax requesthandler

2011-07-06 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
; } result=result.replace(word,'em' + word + '/em'); }); * Now how should i parse so that i got gold ring highlighted - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Highlight-whole-query-phrase-tp3143797p3143797.html Sent from the Solr

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/Highlight

How to match for more than one value in a string using regex match

2011-07-06 Thread Romi
and ring, how can i do it. look at here http: http://jsfiddle.net/bhXbh/4/ - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-match-for-more-than-one-value-in-a-string-using-regex-match-tp3144199p3144199.html Sent from the Solr - User mailing

Re: Highlight whole query phrase

2011-07-06 Thread Romi
it is accidentally became elegant. anyway i got the solution without using hl.mergeContiguous , because its not working. look at http://jsfiddle.net/bhXbh/31/ for the solution - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Highlight-whole-query

How to boost a querystring at query time

2011-07-05 Thread Romi
=f.name.hl.alternateFieldname/str str name=f.text.hl.fragmenterregex/str /lst /requestHandler* 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

Re: configure dismax requesthandlar for boost a field

2011-07-05 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 Solr

Re: configure dismax requesthandlar for boost a field

2011-07-05 Thread Romi
getting is first 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

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 Solr

Re: MergerFactor and MaxMergerDocs effecting num of segments created

2011-07-04 Thread Romi
not 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-created

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

2011-07-04 Thread Romi
. But when i run solr server i am getting exception *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

configure dismax requesthandlar for boost a field

2011-07-04 Thread Romi
in my search results. do i need 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

Re: configure dismax requesthandlar for boost a field

2011-07-04 Thread Romi
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.

Re: How to optimize solr indexes

2011-07-01 Thread Romi
when i run as : deltaimport?command=delta-importoptimize=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-indexes

Re: MergerFacor effect on indexes

2011-07-01 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 list

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 requestHandler i am setting default=true. than how can i include both clustering and spellchecker both for my results. - Thanks Regards Romi -- View

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 from

MergerFactor and MaxMergerDocs effecting num of segments created

2011-07-01 Thread Romi
run to see the effect on indexed files. current configuration is: * mergeFactor2/mergeFactor maxMergeDocs10/maxMergeDocs* - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/MergerFactor-and-MaxMergerDocs-effecting-num-of-segments-created

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 -- View

MergerFacor effect on indexes

2011-06-30 Thread Romi
segments and what will be the size of this segment so that next segments will be 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

How to use solr clustering to show in search results

2011-06-30 Thread Romi
] { ]* - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-solr-clustering-to-show-in-search-results-tp3125149p3125149.html Sent from the Solr - User mailing list archive at Nabble.com.

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.

filters effect on search results

2011-06-29 Thread Romi
. - 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 message

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 Solr

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 clusters, 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

Include synonys in solr

2011-06-28 Thread Romi
that this 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
to ask is there any other option so that i need not to enter synonyms manually.. i 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

Re: Include synonys in solr

2011-06-28 Thread Romi
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-synonyms-in-solr

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 context

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://lucene

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.

Re: how to index data in solr form database automatically

2011-06-24 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-tp3102893p3103072.html

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 mailing list

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

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

2011-06-22 Thread Romi
value. how can i do this. - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-accessing-a-variable-s-changed-value-outside-of-if-block-in-javascript-code-tp3094342p3094342.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Re: Conflict in wildcard query and spellchecker in solr search

2011-06-22 Thread Romi
/ /analyzer /fieldType* I am using this fieldtype and applied these filters. for wildcard searches do i 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

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 archive

Parse solr json object

2011-06-21 Thread Romi
Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Parse-solr-json-object-tp3089470p3089470.html Sent from the Solr - User mailing list archive at Nabble.com.

problem with wild card query with spellchecker

2011-06-21 Thread Romi
for 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 Solr

Request handle solrconfig.xml Spellchecker

2011-06-20 Thread Romi
/requestHandler i build the dictionary as http://localhost:8983/solr/select/?q=*:*spellcheck=truespellcheck.build=true but when i run the query i am not getting any suggestion http://localhost:8983/solr/select?q=komputerspellcheck=true - Thanks Regards Romi -- View this message

How to highlight a field in searchresult using solr

2011-06-20 Thread Romi
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
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.

Re: solr highliting feature

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

How do i use solr spellchecker in my search application

2011-06-18 Thread Romi
in index. but when i search for hell i dont get the answer. while when i run the url i got suggestion dell for hell. for searching i use the url http://localhost:8983/solr/select/?q=hellversion=2.2start=0rows=10indent=on Do i need to change the url?? Please explain me - Thanks Regards Romi

solr highliting feature

2011-06-18 Thread Romi
results where i got a tag highliting. 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-feature

Re: how to make getJson parameter dynamic

2011-06-03 Thread Romi
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-03 Thread Romi
: json, fl: field1} ); would you please explain what are queryString and json.wrf: callbackFunctionToDoSomethingWithOurData. and what if i want to change my query string each time. - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3

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

2011-06-02 Thread Romi
=Go type=submit/p div id=result/div p/preRaw JSON String: div id=raw/div/pre /form /body /html I suppose i am making mistake in xmlhttpPost(/solr/db/select). Thanks and regards Romi. - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-display

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/how

Re: how to request for Json object

2011-06-02 Thread Romi
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 Sent from

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=diamondwt=jsonjson.wrf=?;, function(result){ alert(hello + result.response.docs[0].name); }); }); But i am not getting any result, what i did wrong ?? - Thanks Regards Romi -- View

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=diamondwt=jsonjson.wrf=?;, function(result){ alert(hello + result.response.docs[0].name); }); }); But i am not getting any result, what i did wrong ?? - Thanks Regards Romi -- View

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 Solr

Re: how to request for Json object

2011-06-02 Thread Romi
. - 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
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.

How to display solr search results in Json format

2011-05-31 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-tp3004734p3004734

Re: How to display solr search results in Json format

2011-05-31 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

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 disable QueryElevationComponent

2011-05-27 Thread Romi
a 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
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.mortbay.start.Main.invokeMain(Main.java:183) at org.mortbay.start.Main.start(Main.java:497) at org.mortbay.start.Main.main(Main.java:115) - Thanks Regards Romi -- View this message

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 writeLockTimeout/writeLockTimeout commitLockTimeout/commitLockTimeout what actually writeLockTimeout and commitLockTimeout indicates here. - Thanks Regards Romi -- View this message in context: http://lucene

Re: What is omitNorms

2011-05-26 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-26 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 message

Re: Single document scanning

2011-05-26 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
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
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-tp2984126p2988066.html Sent from the Solr - User

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
orderUID='${torder.UID_PK}' field column=UID_PK name=UID / /entity /entity 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 message in context: http

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-tp2984126p2988458.html Sent from the Solr

Re: UniqueKey field in schema.xml

2011-05-26 Thread Romi
this: field column=UID_PK name= ID template={torder.UID_PK},${torderattribute.UID_PK} / 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

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

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
table torderattribute, then I it is mandatory to map it in schema.xml,that is why i use field column=UID_PK name= ID ../ then how can i just use field column=ID .. / - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/UniqueKey-field-in-schema-xml-tp2987807p2988635.html

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
. 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 table2. did you mean i set document name=d1 type=table1 in schema.xml??? but as far as i concern there can only be one document tag then what about the table2?? - Romi -- View this message

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
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
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
facing the same problem. - Romi -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-setting-field-attribute-in-schema-xml-tp2984126p2987530.html Sent from the Solr - User mailing list archive at Nabble.com.

  1   2   >