Re: just testing if my emails are reaching the mailing list

2020-10-14 Thread Szűcs Roland
Hi, I got it from the solr user list. Roland uyilmaz ezt írta (időpont: 2020. okt. 14., Sze, 9:39): > Hello all, > > I have never got an answer to my questions in this mailing list yet, and > my mail client shows INVALID next to my mail address, so I thought I should > check if my emails are

Adding several new fields to managed-schema by sorlj

2020-04-29 Thread Szűcs Roland
Hi folks, I am using solr 8.5.0 in standalone mode and use the CoreAdmin API and Schema API of solrj to create new core and its fields in managed-schema Is there any way to add several fields to managed-schema by solrj without processing each by each? The following two rows make the job done by

allTermsRequired not working for me with suggester

2020-04-08 Thread Szűcs Roland
Hi folks, I have allTermsRequired=true defined in the suggester component. Despite of this if I run the following query: http://localhost:8983/solr/pocwithedgengram/suggesthandler?allTermsRequired=true=*%3A*=Arany%20J%C3%A1nos I get back the following result (it is only a snipet from the

highlight if the field and hl.fl has different analysis

2020-04-04 Thread Szűcs Roland
Hi folks, I have a author field with very simple definition: I have a suggester friendly definition of this field: I do not use the suggester component as it gives back strings and

unified highlighter methods works unexpected

2020-04-02 Thread Szűcs Roland
Hi All, I use Solr 8.4.1 and implement suggester functionality. As part of the suggestions I would like to show product info so I had to implement this functionality with normal query parsers instead of suggester component. I applied an edgengramm filter without stemming to fasten the analysis of

Re: expand=true throws error

2020-03-31 Thread Szűcs Roland
uot;:{ "status":0, "QTime":1, "params":{ > > "q":"author:\"William > > Shakespeare\"", "fq":"{!collapse field=title}", "expand": "true", "_": > > "1585603593269"

Re: expand=true throws error

2020-03-30 Thread Szűcs Roland
ot;Much Ado about Nothing", "format":"paper", "_version_": 1662625868323749888}] }} Collapse post filter worked as I expected. Case 3 let;s extend it with expand=true: { "responseHeader":{ "status":0, "QTime":1, "params":{ &qu

Re: expand=true throws error

2020-03-30 Thread Szűcs Roland
n? Roland Munendra S N ezt írta (időpont: 2020. márc. 30., H, 16:47): > Hey, > Could you please share the stacktrace or error message you received? > > On Mon, Mar 30, 2020, 7:58 PM Szűcs Roland > wrote: > > > Hi All, > > > > I manage to use edismax querypa

expand=true throws error

2020-03-30 Thread Szűcs Roland
Hi All, I manage to use edismax queryparser in solr 8.4.1 with collapse without any problem. I tested it with the SOLR admin GUI. So fq={!collapse field=title} worked fine. As soon as I use the example from the documentation and use: fq={!collapse field=title}=true, I did not get back any

spellcheccker offers less alternatives

2020-03-28 Thread Szűcs Roland
Hi All, My question is that it is a feature or bug in solr spellchecker with the default distance measure with maxedits 2: A multiValued field includes:"József" and it's ASCIIfolding filtered version "Jozsef" to support mobile search where users usually do not waste of time to type József. When I

deduplication of suggester results are not enough

2020-03-26 Thread Szűcs Roland
Hi All, I follow the discussion of the suggester related discussions quite a while ago. Everybody agrees that it is not the expected behaviour from a Suggester where the terms are the entities and not the documents to return the same string representation several times. One suggestion was to

suggestion with multiple context field

2020-03-26 Thread Szűcs Roland
Hi All, Is there any way to define multiple context fields with the suggester? It is typical use case in an ecommerce environment that the facets are listed in the sidebar, and they are acting as filter queries, when the user select them. I am looking for similar functionality for the

Re: how to add multiple value for a filter query in Solrj

2020-03-24 Thread Szűcs Roland
Thanks Avi, it worked. Raboah, Avi ezt írta (időpont: 2020. márc. 24., K, 11:08): > You can do something like that if we are talking on the same filter query > name. > > addFilterQuery(String.format("%s:(%s %s)", filterName, value1, value2)); > > > -Orig

how to add multiple value for a filter query in Solrj

2020-03-24 Thread Szűcs Roland
Hi All, I use Solr 8.4.1 and the latest solrj client. There is a field let's which can have 3 different values. If I use the admin UI, I write to the fq the following: filterName:"value1" filterName:"value2" and it is working as expected. If I use solrJ SolrQuery.addFilterQuery method and call it

phrase boosting by edismax

2020-03-20 Thread Szűcs Roland
Hi all, Context: I use solr 8.4.1. A have a small database with books around 3500 documents. I recognized that I can not search on the copyfield of all fields (author, title, publisher, description) because description has different analyze workflow than the others (it has stemming and stop word

Re: more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
Thanks David. This page I was looking for. Roland David Hastings ezt írta (időpont: 2019. aug. 12., H, 20:52): > should be fine, > https://cwiki.apache.org/confluence/display/solr/MoreLikeThisHandler > > for more info > > On Mon, Aug 12, 2019 at 2:49 PM Szűcs Roland >

Re: more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
ass in a filter query (fq) > > On Mon, Aug 12, 2019 at 2:40 PM Szűcs Roland > wrote: > > > Hi All, > > > > Is there any tutorial or example how to use more like this functionality > > when we have some other constraints set by the user through faceting > > par

more like this query parser with faceting

2019-08-12 Thread Szűcs Roland
Hi All, Is there any tutorial or example how to use more like this functionality when we have some other constraints set by the user through faceting parameters like price range, or product category for example? Cheers, Roland

Re: Problem with solr suggester in case of non-ASCII characters

2019-07-31 Thread Szűcs Roland
Thanks again > > > > Roland > > > > Furkan KAMACI ezt írta (időpont: 2019. júl. > 30., > > K, 16:17): > > > >> Hi Roland, > >> > >> Could you check Analysis tab ( > >> https://lucene.apache.org/solr/guide/8_1/analysis-screen.

Re: Problem with solr suggester in case of non-ASCII characters

2019-07-30 Thread Szűcs Roland
zed for both query and index? > > Kind Regards, > Furkan KAMACI > > On Tue, Jul 30, 2019 at 4:50 PM Szűcs Roland > wrote: > > > Hi All, > > > > I have an author suggester (searchcomponent and the related request > > handler) defined in solrconfig: >

Problem with solr suggester in case of non-ASCII characters

2019-07-30 Thread Szűcs Roland
Hi All, I have an author suggester (searchcomponent and the related request handler) defined in solrconfig: > author AnalyzingInfixLookupFactory DocumentDictionaryFactory BOOK_productAuthor short_text_hu suggester_infix_author false false

Re: very slow frequent updates

2016-02-24 Thread Szűcs Roland
you have two > kinds of documents - book content and book price - and your high-frequency > change is limited to documents with very little data. > > > > > > On 2/24/16, 4:01 AM, "roland.sz...@booknwalk.com on behalf of Szűcs > Roland" <roland.sz...@boo

Re: very slow frequent updates

2016-02-24 Thread Szűcs Roland
th a look > on "External File Fields" Roland? > > -Stefan > > On Wed, Feb 24, 2016 at 12:24 PM, Szűcs Roland > <szucs.rol...@bookandwalk.hu> wrote: > > Thanks Jeff your help, > > > > Can it work in production environment? Imagine when my customer init

Re: very slow frequent updates

2016-02-24 Thread Szűcs Roland
edin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> Connect > with > >me on Linkedin < > https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> > ><https://bookandwalk.hu/> > >CEO Phone: +36 1 210 81 13 > >Bookandwalk.hu <https://bokandwalk.hu/> > --

AnalyzingInfixLookupFactory, Edgengramm with multiple terms

2015-11-20 Thread Szűcs Roland
hink if we can apply "AND" relationship among the multi-terms query match like in case of normal queries it can help. Any idea is appreciated -- <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Szűcs Roland <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/2

Re: MoreLikeThisHandler with mltipli input documents

2015-09-30 Thread Szűcs Roland
the > > response time is 7 sec which is definetely not acceptable for the users. > > > > Regards, > > Roland > > > > 2015-09-29 17:19 GMT+02:00 Alessandro Benedetti < > > benedetti.ale...@gmail.com> > > : > > > > > Hi Roland, >

Re: MoreLikeThisHandler with mltipli input documents

2015-09-30 Thread Szűcs Roland
; If you have the product id , you can simply execute the MLT request with > the single Doc Id in input. > > Why do you need to calculate beforehand? > > Cheers > > 2015-09-29 15:44 GMT+01:00 Szűcs Roland <szucs.rol...@bookandwalk.hu>: > > > Hello Upayavira, >

Re: MoreLikeThisHandler with mltipli input documents

2015-09-30 Thread Szűcs Roland
number of the documents... > > If you have 5600 polish books, but you use the MLT only when you land in > > the page of a specific book ... > > I think i still miss the point ! > > MLT on 1 polish book, takes 7 secs ? > > > > > > 2015-09-30 9:10 GMT+01:00 Szűcs R

Re: MoreLikeThisHandler with mltipli input documents

2015-09-29 Thread Szűcs Roland
din.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Roland > Szűcs > > <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Connect > with > > me on Linkedin < > > https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> > > <https://bookandwalk.hu/>

Re: MoreLikeThisHandler with mltipli input documents

2015-09-29 Thread Szűcs Roland
work, and the > identification of your "interesting terms" will be much faster. > > Thus, on the content field of your documents, add termVectors="true" in > your schema, and re-index. Then you could well find MLT becoming a lot > more efficient. > > Upa

Re: MoreLikeThisHandler with mltipli input documents

2015-09-29 Thread Szűcs Roland
2] https://cwiki.apache.org/confluence/display/solr/Result+Clustering > > On Tue, Sep 29, 2015, at 12:42 PM, Szűcs Roland wrote: > > Hello Upayavira, > > > > Thanks dealing with my issue. I have applied already the termVectors=true > > to all fileds involved in the more

start solr 5.3.1 under windows and admmin GUI show 5.2.1 is running

2015-09-26 Thread Szűcs Roland
tps://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Szűcs Roland <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Ismerkedjünk meg a Linkedin <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu> -en <https://bookandwalk.hu/>ÜgyvezetőTelefon: +36 1 210 81

Re: commit of xml update by AJAX

2015-08-30 Thread Szűcs Roland
Erick On Sat, Aug 29, 2015 at 9:30 AM, Szűcs Roland szucs.rol...@bookandwalk.hu wrote: Hello SOLR experts, I am new to solr as you will see from my problem. I just try to understand how solr works. I use one core (BandW) on my locla machine and I use javascript for my learning

Re: commit of xml update by AJAX

2015-08-30 Thread Szűcs Roland
Hi Upayavira, You were rigtht. I had to only replace the Content-type to appliacation/xml and it worked correctly. Roland 2015-08-30 11:22 GMT+02:00 Upayavira u...@odoko.co.uk: On Sat, Aug 29, 2015, at 05:30 PM, Szűcs Roland wrote: Hello SOLR experts, I am new to solr as you will see

commit of xml update by AJAX

2015-08-29 Thread Szűcs Roland
Hello SOLR experts, I am new to solr as you will see from my problem. I just try to understand how solr works. I use one core (BandW) on my locla machine and I use javascript for my learning purpose. I have a test schema.xml: with two fileds: id, title. I managed to run queries with faceting,

Re: multiple but identical suggestions in autocomplete

2015-08-04 Thread Szűcs Roland
Hello Nutch Solr user, You are right I use DocumentDictionaryFactory as you can see in my solrconfig file searchComponent name=suggest class=solr.SuggestComponent lst name=suggester str name=namesuggest_publisher/str str name=lookupImplAnalyzingInfixLookupFactory/str str

multiple but identical suggestions in autocomplete

2015-07-31 Thread Szűcs Roland
Hello Guys, I use SOLR 5.2.1 and the relatively new solr.SuggestComponent. It worked fine at the beginning. I use this function to auto-complete the publisher names. I have 3000 documents and 80 publishers. When I use the autocomplete feature and I get back the name of the publishers matched as

Re: autosuggest with solr.EdgeNGramFilterFactory no result found

2015-07-07 Thread Szűcs Roland
Thanx Erick, Your blog article was the perfect answer to my problem. Rgds, Roland 2015-07-03 18:57 GMT+02:00 Erick Erickson erickerick...@gmail.com: OK, I think you took a wrong turn at the bakery The FST-based suggesters are intended to look at the beginnings of fields. It is totally