Re: Exact search in Solr

2020-02-24 Thread Paras Lehana
wrote: > > > Hi, Solr experts! > > > > I would like to learn from you if there is a better solution for doing > > 'exact search' in Solr. > > Exact search means no analysis for the text other then tokenization. > Query > > "secret" gives back

Re: Exact search in Solr

2020-02-04 Thread yeikel valdes
04:50:22 -0500 m...@apache.org wrote Hello, Łukasz The later for sure. On Tue, Feb 4, 2020 at 12:44 PM Antczak, Lukasz wrote: > Hi, Solr experts! > > I would like to learn from you if there is a better solution for doing > 'exact search' in Solr. > Exact search

Re: Exact search in Solr

2020-02-04 Thread Mikhail Khludnev
Hello, Łukasz The later for sure. On Tue, Feb 4, 2020 at 12:44 PM Antczak, Lukasz wrote: > Hi, Solr experts! > > I would like to learn from you if there is a better solution for doing > 'exact search' in Solr. > Exact search means no analysis for the text other

Exact search in Solr

2020-02-04 Thread Antczak, Lukasz
Hi, Solr experts! I would like to learn from you if there is a better solution for doing 'exact search' in Solr. Exact search means no analysis for the text other then tokenization. Query "secret" gives back only documents containing exactly "secret" not "secr

Re: Problem with Wild card search in solr

2019-03-08 Thread Ahemad Ali
records would be like below."676 > \sct0 \yu98 \uytrrdccv76\hgfds""6754-887-4458-123\yutr \ yff"I have posted > the data into solr collection and trying to search data with wildcard. > Unable to do wild card search and not getting any result when I run multi > wil

Re: Problem with Wild card search in solr

2019-03-07 Thread Zheng Lin Edwin Yeo
""6754-887-4458-123\yutr \ yff"I have posted > the data into solr collection and trying to search data with wildcard. > Unable to do wild card search and not getting any result when I run multi > wildcard search in solr UI.Can someone share your thoughts to overcome th

Re: Problem with Wild card search in solr

2019-03-07 Thread Ahemad Ali
be like below."676  \sct0 \yu98 \uytrrdccv76\hgfds""6754-887-4458-123\yutr \ yff"I have posted the data into solr collection and trying to search data with wildcard. Unable to do wild card search and not getting any result when I run multi wildcard search in solr UI.Ca

Problem with Wild card search in solr

2019-03-07 Thread Ahemad Ali
d. Unable to do wild card search and not getting any result when I run multi wildcard search in solr UI.Can someone share your thoughts to overcome the data retrieval issues with wildcard? Sent from Yahoo Mail on Android

Re: no search results for specific search in solr 6.6.0

2017-09-20 Thread Erick Erickson
Just go to the admin/analysis page and enter the terms in the "index" box (I usually uncheck the "verbose" checkbox). You will see exactly what element in your analysis chain is doing this. You'll see light gray two-letter codes on the size, e.g. "ST". Hover over it with your mouse, and you should

Re: no search results for specific search in solr 6.6.0

2017-09-20 Thread Sascha Tuschinski
Hello Erik and Josh, Thanks for your hints and comments. I found out that the “text_fr” field type didn’t stored the “fraoo” as term. It stored “frao” only. Maybe because of French field type. This field had been automatically created. I’m new to Solr and this is maybe correct. I use “text_gen

Re: no search results for specific search in solr 6.6.0

2017-09-19 Thread Erick Erickson
Unfortunately the link you provided goes to "localhost", which isn't accessible. The very first thing I'd do is go to the admin/analysis page and put the terms in both the "index" and "query" boxes for the field in question. Next, attach &debug=query to the query to see how the query is actually p

Re: no search results for specific search in solr 6.6.0

2017-09-19 Thread Josh Lincoln
Can you provide the fieldType definition for text_fr? Also, when you use the Analysis page in the admin UI, what tokens are generated during indexing for FRaoo using the text_fr fieldType? On Tue, Sep 19, 2017 at 12:01 PM Sascha Tuschinski wrote: > Hello Community, > > We are using a Solr Core

no search results for specific search in solr 6.6.0

2017-09-19 Thread Sascha Tuschinski
Hello Community, We are using a Solr Core with Solr 6.6.0 on Windows 10 (latest updates) with field names defined like "f_1179014266_txt". The number in the middle of the name differs for each field we use. For language specific fields we are adding an language specific extension e.g. "f_117901

Re: Arabic words search in solr

2017-09-11 Thread mohanmca01
Hi Aman Deep Singh, Thanks for the information. We tried with EdgeNGramFilterFactory but it's not workingWe are not getting expected results. Can you please suggest us alternative possible ways.. Thanks, -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Arabic words search in solr

2017-08-13 Thread Aman Deep Singh
", > "q": "bizNameAr:(مسقط AND الات)", > "_": "1501998438821", > "wt": "json" > } > }, > "response": { > "numFound": 0, > "start": 0, > "docs":

RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
as well where am not typing the second word fully as in scenario’s 2 input. Below are the inputs used in both scenarios: Scenario 1: First word: مسقط Second word: الاتصال Scenario 2: First word: مسقط Second word: الات However, in our current production environment both of the above scenarios are working fine, but we have an issue of “Hamza” character where we are not getting results unless typing “Hamza” if it’s there. { "responseHeader": { "status": 0, "QTime": 9, "params": { "fl": "businessNmBl", "indent": "true", "q": "businessNmBl:شرطة إزكي", "_": "1501997897849", "wt": "json" } }, "response": { "numFound": 1, "start": 0, "docs": [ { "businessNmBl": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية - - مركز شرطة إزكي" } ] } } Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350392.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Arabic words search in solr

2017-08-13 Thread Aman Deep Singh
abic-words-search-in-solr-tp4317733p4350389.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-08-13 Thread mohanmca01
Any one help me on below use case. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350390.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
Hi Aman Deep, Thanks for the information, In order to add mm=100% in the request handler, in which place ?..Can you please share me sample snap. thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350389.html Sent

RE: Arabic words search in solr

2017-08-05 Thread Aman Deep Singh
e guide us on how to achieve this? also, we would like to know Instead of putting AND operator in between the words if there is another way of doing this by adding this in configuration level. thanks -- View this message in context: http://lucene.472066.n3. nabble.com/Arabic-words-search-in-so

RE: Arabic words search in solr

2017-08-05 Thread mohanmca01
her way of doing this by adding this in configuration level. thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4349259.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-08-05 Thread mohanmca01
: [] } } We are expecting same results in the scenario 2 as well where am not typing the second word fully as in scenario’s 2 input. Below are the inputs used in both scenarios: *Scenario 1:* First word: مسقط Second word: الاتصال *Scenario 2:* First word: مسقط Second word: الات However, in our current production environment both of the above scenarios are working fine, but we have an issue of “Hamza” character where we are not getting results unless typing “Hamza” if it’s there. { "responseHeader": { "status": 0, "QTime": 9, "params": { "fl": "businessNmBl", "indent": "true", "q": "businessNmBl:شرطة إزكي", "_": "1501997897849", "wt": "json" } }, "response": { "numFound": 1, "start": 0, "docs": [ { "businessNmBl": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية - - مركز شرطة إزكي" } ] } } -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4349258.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-08-02 Thread Tim Casey
g need to index Arabic words. > > -Original Message- > From: mohanmca01 [mailto:mohanmc...@gmail.com] > Sent: Thursday, 3 August 2017 12:58 a.m. > To: solr-user@lucene.apache.org > Subject: RE: Arabic words search in solr > > Hi Phil Scadden, > > Thank you for

RE: Arabic words search in solr

2017-08-02 Thread Phil Scadden
:58 a.m. To: solr-user@lucene.apache.org Subject: RE: Arabic words search in solr Hi Phil Scadden, Thank you for your reply, we tried your suggested solution by removing hyphen while indexing, but it was getting wrong results. i was searching for "شرطة ازكي" and it was showing me

RE: Arabic words search in solr

2017-08-02 Thread Allison, Timothy B.
tballison/share/blob/master/slides/TextProcessingAndAdvancedSearch_tallison_MITRE_201510_final_abbrev.pdf -Original Message- From: David Hastings [mailto:hastings.recurs...@gmail.com] Sent: Wednesday, August 2, 2017 9:00 AM To: solr-user@lucene.apache.org Subject: Re: Arabic words search in

Re: Arabic words search in solr

2017-08-02 Thread David Hastings
t; "_version_": 1574621133915816000 > }, > { > "id": "67011", > "bizNameAr": "بنك ظفار - فرع ازكي", > "_version_": 1574621133920010200 > } > ] > } > } > > Actually we expecting the below results only since it has both the words > that we typed while searching: > > { > "id": "28107", > "bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية - > - > مركز شرطة إزكي", > "_version_": 1574621132849414100 > }, > > > Configuration: > > In schema.xml we configured as below: > > > > > positionIncrementGap="100"> > > > words="lang/stopwords_ar.txt" /> > > > > > pattern="ى" > replacement="ئ"/> > pattern="ء" > replacement=""/> > > > > > Thanks, > > > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Arabic-words-search-in-solr-tp4317733p4348774.html > Sent from the Solr - User mailing list archive at Nabble.com. >

RE: Arabic words search in solr

2017-08-02 Thread mohanmca01
uot;: "66821", "bizNameAr": "أطلال إزكي للتجارة", "_version_": 1574621133915816000 }, { "id": "67011", "bizNameAr": "بنك ظفار - فرع ازكي", "_version_": 1574621133920010200 } ] } } Actually we expecting the below results only since it has both the words that we typed while searching: { "id": "28107", "bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة الداخلية - - مركز شرطة إزكي", "_version_": 1574621132849414100 }, Configuration: In schema.xml we configured as below: Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4348774.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Arabic words search in solr

2017-07-31 Thread Phil Scadden
terms to find the text. -Original Message- From: mohanmca01 [mailto:mohanmc...@gmail.com] Sent: Tuesday, 1 August 2017 1:18 a.m. To: solr-user@lucene.apache.org Subject: Re: Arabic words search in solr Please help me on this... -- View this message in context: http://lucene.472066.n3

RE: Arabic words search in solr

2017-07-31 Thread Phil Scadden
terms to find the text. -Original Message- From: mohanmca01 [mailto:mohanmc...@gmail.com] Sent: Tuesday, 1 August 2017 1:18 a.m. To: solr-user@lucene.apache.org Subject: Re: Arabic words search in solr Please help me on this... -- View this message in context: http://lucene.472066.n3

Re: Arabic words search in solr

2017-07-31 Thread mohanmca01
Please help me on this... -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4348372.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-07-11 Thread mohanmca01
uot;1499758649600", "wt": "json" } }, "response": { "numFound": 0, "start": 0, "docs": [] } } Please be noted that the existing configuration (which we are facing problems with Hamzzh (ء) and etc. ) on production is working with the above examples. its not working only once we implement your suggested configuration. Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4345392.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-03-09 Thread Steve Rowe
Hi Mohan, Your examples refer to documents I don’t have in my 9 document set, so I recast the problem to a query/doc combo I have from earlier in this thread, and I was able to restrict hits to only documents that contained all terms from the query. If I use the query “name_ar:(شرطة ازكي)” I ge

Re: Arabic words search in solr

2017-03-08 Thread mohanmca01
o mechanisms for requiring > terms: ‘+’ before a required term, and ‘AND’ between two required terms. > ‘+’ is better - see <https://lucidworks.com/2011/ > 12/28/why-not-and-or-and-not/> for more information. > > You can also set the default operator to ‘AND’, e.g.

Re: Arabic words search in solr

2017-03-02 Thread Steve Rowe
Hi Mohan, > On Feb 26, 2017, at 1:37 AM, mohanmca01 wrote: > > i searched with (bizNameAr: شرطة ازكي), and am getting: > […] > > the expected result is: "id": "82", > "bizNameAr": "شرطة عمان السلطانية - قيادة > شرطة محافظة الداخلية - - مركز *شرطة إزكي*", > >

Re: Arabic words search in solr

2017-03-02 Thread mohanmca01
Hi Stave, Any update on this. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4323005.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-25 Thread mohanmca01
ot; it has only one word of the query (شرطة) "id": "79", "bizNameAr": "شرطة عمان السلطانية - قيادة شرطة محافظة شمال الشرقية - - مركز شرطة إبراء" It has only one word of the query (شرطة) where the above 3 records should not come in the result since already 2 words mentioned in the query, and only one record has these two words. I would really suggest if we can give you a real-time demo on our system with my Arab colleague so it can be more clear for you. let us know if we can do that. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4322354.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-23 Thread Steve Rowe
Hi Mohan, I indexed your 9 examples as simple documents after mapping dynamic field “*_ar” to the “text_ar” field type: - [{"id":"1", "name_ar":"المؤسسة التجارية العمانية"}, {"id":"2", "name_ar":"شركة التأمين الأهلية ش.م.ع.م"}, {"id":"3", "name_ar":"شرطة عمان السلطانية - قيادة شرطة محافظة شم

Re: Arabic words search in solr

2017-02-21 Thread mohanmca01
xlsx <http://lucene.472066.n3.nabble.com/file/n4321582/Arabic_Characters2.xlsx> thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4321582.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-21 Thread Steve Rowe
; > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4321397.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-20 Thread mohanmca01
472066.n3.nabble.com/file/n4321397/Solr_Admin%281%29.png> <http://lucene.472066.n3.nabble.com/file/n4321397/Solr_Admin%282%29.png> Kindly check and let me know. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4321397.html

Re: Arabic words search in solr

2017-02-15 Thread Steve Rowe
> words="lang/stopwords_ar.txt" /> > > > > > > I attached expecting result document in previous mail thread for your > references. > > Kindly check and let me know. > > Thanks > > > > -- > View this message in context: &

Re: Arabic words search in solr

2017-02-14 Thread mohanmca01
message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4320427.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-14 Thread Steve Rowe
gt; http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4320253.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Arabic words search in solr

2017-02-14 Thread mohanmca01
Hi Steve, any update on this .???.. I am waiting for your inputs.. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4320253.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-08 Thread Steve Rowe
arch.docx> > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4319436.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-02-08 Thread mohanmca01
you have any background on how to implement the same. arabicSearch.docx <http://lucene.472066.n3.nabble.com/file/n4319436/arabicSearch.docx> -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4319436.html Sent from the Solr

Re: Arabic words search in solr

2017-02-02 Thread Steve Rowe
rading to the latest version, our project is running on Java > 1.7V, and if i need to upgrade then we have to upgrade Java, Application > Server JBoos, and etc. which is not that right time to do this activity at > all..!! > > > > -- > View this message in contex

Re: Arabic words search in solr

2017-02-01 Thread mohanmca01
is not that right time to do this activity at all..!! -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4318227.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-01-31 Thread Steve Rowe
Mohan, I downloaded and started Solr 4.9.0 and entered your example indexed and queried words into the Admin UI’s Analysis pane using the text_ar field type. You can see the results here: . Each of the indexed words and the quer

Re: Arabic words search in solr

2017-01-31 Thread Erick Erickson
If you look in the upper-lerf corner of any reference guide page you'll see a link to previous versions of the docs and can download whatever version you are working with back to 4.7 IIRC. I'd download that and see if there's similar functionality. On Mon, Jan 30, 2017 at 10:19 PM, mohan sundaram

Fwd: Arabic words search in solr

2017-01-30 Thread mohan sundaram
Hi, I went through the solr references document which you shared in the link. Your shared references document pointing to solr version 6.4.0. The implemented Solr version in my project is 4.9.0. As I mentioned earlier In my solr schema.xml I defined product Arabic name field as below: /*-

Re: Arabic words search in solr

2017-01-30 Thread mohanmca01
characters since I gave only for one character which is hamza with alef. Thanks, Mohan -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4317941.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Arabic words search in solr

2017-01-29 Thread Steve Rowe
Hi Mohan, The analyzer in your text_ar field type looks like an expanded version of the one suggested in the Solr Reference Guide[1]. Can you give an example of a query and the indexed text you expect to match but doesn't? ArabicNormalizationFilterFactory, which uses Lucene’s ArabicNormalizer[

Arabic words search in solr

2017-01-29 Thread mohan sundaram
Hi, In solr search I want to search with product name using Arabic letters. While searching, Arabic user can feel little default to search some product name. Because some characters need to mention while searching. Ex: إ أ آ In the above mentioned characters, user can get combination of shift k

Re: How to search in solr for words like %rek Dr%

2016-05-11 Thread Ahmet Arslan
match word based on input which cant be controlled. I need to search solr for %rek Dr% and return all result which has "rek Dr" without qoutes. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854p4276027.html

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Thrinadh Kuppili
ext: http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854p4276027.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Walter Underwood
That is going to be a very slow search in Solr. But if you want to match space separated words, that is very easy and fast in Solr. Surround the phrase in quotes: “N Derek”. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 10, 2016, at 3:53

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Thrinadh Kuppili
Thanks Nick, will look into it. My main moto is to able to search like %xxx xxx% similar to database search of contians with. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854p4275970.html Sent from the Solr - User

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Nick D
s with rek > > I am not aware of shingle factory as of now will try to use and findout how > i can use. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854p4275859.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Thrinadh Kuppili
se inOrder=true}address:"rek dr*" - It did not work since it is searching for words starts with rek I am not aware of shingle factory as of now will try to use and findout how i can use. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-search-in-solr-f

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Nick D
. > > Finally i am trying to find a word which can search similar to database > search of %N Derek% > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-like-rek-Dr-tp4275854.html > Sent from the Solr - User mailing list archive at Nabble.com. >

How to search in solr for words like %rek Dr%

2016-05-10 Thread Thrinadh Kuppili
Drive or rek Dr Expectation is it should return all 2,3,4 and it should not return 1 & 5 . Finally i am trying to find a word which can search similar to database search of %N Derek% -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-search-in-solr-for-words-

Re: Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread Alessandro Benedetti
What do you mean ? Have you used the implemented plugins already ? Can you show us the debugged query please ? Cheers 2015-07-08 16:48 GMT+01:00 dinesh naik : > Hi Alessandro, > I have gone through the above suggested links, but i am not able to achieve > the above expected result. > > The issue

Re: Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
Hi Alessandro, I have gone through the above suggested links, but i am not able to achieve the above expected result. The issue here is , my searched text is a part of field 'text' . I like nokia mobile searched text: "nokia mobile"~500. Best Regards, Dinesh Naik On Wed, Jul 8, 2015 at 8:36 P

Re: Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread Alessandro Benedetti
Showing your debug query would clarify the situation, but I assume you got into a classic multi-word synonym problem[1] . Hope the documents I pointed out are good for you. Cheers [1] http://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr/ [2] http://lucidworks.com/blog/solution-for-mu

Synonym with Proximity search in solr 5.1.0

2015-07-08 Thread dinesh naik
Hi, We have a synonym file with below content: 1 2 cell phone ,nokia mobile And we have 3 documents: doc1: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 1001

Re: Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
t; From: Vijaya Narayana Reddy Bhoomi Reddy [mailto: > > vijaya.bhoomire...@whishworks.com] > > Sent: Monday, April 20, 2015 9:31 AM > > To: solr-user@lucene.apache.org > > Subject: Search in Solr Index > > > > Hi, > > > > I am indexing some data from a

Re: Search in Solr Index

2015-04-20 Thread Yavar Husain
nal Message- > From: Vijaya Narayana Reddy Bhoomi Reddy [mailto: > vijaya.bhoomire...@whishworks.com] > Sent: Monday, April 20, 2015 9:31 AM > To: solr-user@lucene.apache.org > Subject: Search in Solr Index > > Hi, > > I am indexing some data from a Database. Data is get

RE: Search in Solr Index

2015-04-20 Thread Matt Kuiper
, April 20, 2015 9:31 AM To: solr-user@lucene.apache.org Subject: Search in Solr Index Hi, I am indexing some data from a Database. Data is getting indexed properly and when I query in the Solr stock UI with query parameters as *.*, I could see the documents with all the fields listed and a

Re: Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
To add further, initially when I give *.*, numfound returns 14170. After giving a search string, numFound returns 0. Now if I change the search string again back to *.*, numFound still returns to 0. I have to refresh the page completely to see 14170 again when *.* is given as the search string. T

Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am indexing some data from a Database. Data is getting indexed properly and when I query in the Solr stock UI with query parameters as *.*, I could see the documents with all the fields listed and as well the numFound reflecting properly. However, if I perform a query with a simple string

Re: Distributed Search in Solr with different queries per shard

2014-05-25 Thread Ramkumar R. Aiyengar
I agree with Eric that this is premature unless you can show that it makes a difference. Firstly why are you splitting the data into multiple time tiers (one recent, and one all) and then waiting to merge results from all of them? Time tiering is useful when you can do the search separately on bot

Re: Distributed Search in Solr with different queries per shard

2014-05-22 Thread Erick Erickson
014 6:13 PM > To: solr-user@lucene.apache.org > Subject: Re: Distributed Search in Solr with different queries per shard > > I suppose you could, but I _really_ question whether it's a wise investment > in time. Personally I'd treat them as two different collections and have

RE: Distributed Search in Solr with different queries per shard

2014-05-21 Thread Avner Levy
[mailto:erickerick...@gmail.com] Sent: Wednesday, May 21, 2014 6:13 PM To: solr-user@lucene.apache.org Subject: Re: Distributed Search in Solr with different queries per shard I suppose you could, but I _really_ question whether it's a wise investment in time. Personally I'd treat them as two

RE: Distributed Search in Solr with different queries per shard

2014-05-21 Thread Avner Levy
ssage- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Wednesday, May 21, 2014 6:52 PM To: solr-user@lucene.apache.org Subject: Re: Distributed Search in Solr with different queries per shard Unfortunately the same query will be sent to all cores if you use the shards parameter to

Re: Distributed Search in Solr with different queries per shard

2014-05-21 Thread Jack Krupansky
- From: Avner Levy Sent: Wednesday, May 21, 2014 9:56 AM To: solr-user@lucene.apache.org Subject: Distributed Search in Solr with different queries per shard I have 2 cores. One with active data and one with historical data (for documents which were removed from the active one). I want to run

Re: Distributed Search in Solr with different queries per shard

2014-05-21 Thread Erick Erickson
I suppose you could, but I _really_ question whether it's a wise investment in time. Personally I'd treat them as two different collections and have the app layer fire off two queries and do the aggregation (this is a variant of "federated search" I think). This removes your issue with having the c

Distributed Search in Solr with different queries per shard

2014-05-21 Thread Avner Levy
I have 2 cores. One with active data and one with historical data (for documents which were removed from the active one). I want to run Distributed Search on both and get the unified result (as supported by Solr Distributed Search, I'm not using Solr Cloud). My problem is that the query for each

Re: How to apply Semantic Search in Solr

2014-03-11 Thread Sujit Pal
effort you put into supporting this feature would be dictated > > by how important it is to your environment - that is a question only you > > can answer. > > > > -sujit > > > > > > > > On Sun, Mar 9, 2014 at 11:26 PM, Sohan Kalsariya > > wr

Re: How to apply Semantic Search in Solr

2014-03-10 Thread Sohan Kalsariya
nym-not-working > > So how much effort you put into supporting this feature would be dictated > by how important it is to your environment - that is a question only you > can answer. > > -sujit > > > > On Sun, Mar 9, 2014 at 11:26 PM, Sohan Kalsariya > wrote: > > >

Re: How to apply Semantic Search in Solr

2014-03-10 Thread Sujit Pal
an answer. -sujit On Sun, Mar 9, 2014 at 11:26 PM, Sohan Kalsariya wrote: > Thanks Sujit and all for your views about semantic search in solr. > But How do i proceed towards, i mean how do i start off the things to get > on track ? > > > > On Sat, Mar 8, 2014 at 10:50

Re: How to apply Semantic Search in Solr

2014-03-09 Thread Sohan Kalsariya
Thanks Sujit and all for your views about semantic search in solr. But How do i proceed towards, i mean how do i start off the things to get on track ? On Sat, Mar 8, 2014 at 10:50 PM, Sujit Pal wrote: > Thanks for sharing this link Sohan, its an interesting approach. Since you >

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Sujit Pal
to apply semantic search on solr. > > > For example, if someone search : > > > > > > "Musical Events in New York" > > > So it would give me results such as : > > > > > > * Musical Night at ABC place > > > * Concerts Eve

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
to the Search_Query it should not > > give the results only based on "tf-idf". So can you please make me > > understand how do i proceed to apply Semantic Search in Solr. ( > allevents.in) > > > > -- > > Regards, > > *Sohan Kalsariya* > -- Regards, *Sohan Kalsariya*

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Jack Krupansky
8, 2014 4:27 AM To: solr-user@lucene.apache.org Subject: How to apply Semantic Search in Solr Hello, I am working on an event listing and promotions website( http://allevents.in) and I want to apply semantic search on solr. For example, if someone search : "Musical Events in New York&q

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Alexandre Rafalovitch
it would give me results such as : > > * Musical Night at ABC place > * Concerts Events > * Classical Music Event > I mean all results should be Semantic to the Search_Query it should not > give the results only based on "tf-idf". So can you please make

How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
rts Events * Classical Music Event I mean all results should be Semantic to the Search_Query it should not give the results only based on "tf-idf". So can you please make me understand how do i proceed to apply Semantic Search in Solr. ( allevents.in) -- Regards, *Sohan Kalsariya*

Re: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread Jack Krupansky
q=+term1 term2^0.6 Will require term1 but term2 is optional. -- Jack Krupansky -Original Message- From: abhishek jain Sent: Saturday, February 1, 2014 10:27 AM To: solr-user@lucene.apache.org ; 'Ahmet Arslan' Subject: RE: Special character search in Solr and boosting withou

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
> -Original Message- > From: Ahmet Arslan [mailto:iori...@yahoo.com] > Sent: Saturday, February 1, 2014 8:51 PM > To: solr-user@lucene.apache.org > Subject: Re: Special character search in Solr and boosting without > altering the resultset > > Hi, > > Can you elabo

Re: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread Ahmet Arslan
Hi, Can you elaborate your boosting requirement? There is a carat operator to boost query terms.  for example : q=term1 term2^0.6  On Saturday, February 1, 2014 1:51 PM, abhishek jain wrote: Hi, Ok thanks, will look more into it, Any info on boosting without altering the resultset? Thank

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
Hi, Ok thanks, will look more into it, Any info on boosting without altering the resultset? Thanks Abhishek > -Original Message- > > Hi Abhishek, > > dot is not a special character. Your field type / analyzer is stripping > that character. Please see similar discussions and alternativ

Re: Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread Ahmet Arslan
Hi Abhishek, dot is not a special character. Your field type / analyzer is stripping that character.  Please see similar discussions and alternative solutions. http://search-lucene.com/m/6dbI9zMSob1 http://search-lucene.com/m/Ac71G0KlGz http://search-lucene.com/m/RRD2D1p1mi Ahmet On Friday,

Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread abhishek jain
Hi friends, I am facing a strange problem, When I search a term eg .Net , the solr searches for Net and not includes '.' Is dot a special character in Solr? I tried escaping it with backslash in the url call to solr, but no use same resultset, Also , is there a way to boost some terms

Re: Chinese language search in SOLR 3.6.1

2013-10-23 Thread Poornima Jay
Hi Rajani, The string field type is not analyzed. But that is not the case for text_chinese field type for which is  ChineseTokenizerFactory and  ChineseFilterFactory is added for index and query analysis. Below check the schema and the fields how it is defined in my above mail. Thanks, Poornim

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Rajani Maski
String field will work for any case when you do exact key search. text_chinese also should work if you are simply searching with exact string"676767667". Well, the best way to find an answer to this query is by using solr analysis tool : http://localhost:8983/solr/#/collection1/analysis Enter your

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
Hi Rajani, Below is the configured in my schema.                                                                                                      if I search with the query q=simple:总评价 it works but doesn't work if I search with q=simple:676767667. If the field is

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Rajani Maski
Hi Poornima, Your statement : "It works fine with the chinese strings but not working with product code or ISBN even though the fields are defined as string" is confusing. Did you mean that the product code and ISBN fields are of type text_Chinese? Is it first or second: or What do you r

Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
Hi, Did any one face a problem for chinese language in SOLR 3.6.1. Below is the analyzer in the schema.xml file.                                                                                                             It works fine with the chinese strings but not working with pr

Re: Doing time sensitive search in solr

2013-10-14 Thread Erick Erickson
so have some other doc which dont have live_dt. > > > any thoughts > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-tp4092273p4095321.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Doing time sensitive search in solr

2013-10-13 Thread Darniz
this message in context: http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-tp4092273p4095321.html Sent from the Solr - User mailing list archive at Nabble.com.

  1   2   3   >