Multiple words suggestion

2015-03-18 Thread Hakim Benoudjit
=classnamesolr.WordBreakSolrSpellChecker/strstr name=fieldrecherche/str str name=combineWordstrue/str str name=breakWordstrue/str int name=maxChanges10/int /lst* */searchComponent* -- Cordialement, Best regards, Hakim Benoudjit

Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
Hi there, I'm looking for a library to connect Solr throught ODBC to Excel in order to do some reporting on my Solr data? Anybody knows a library for that? Thanks. -- Cordialement, Best regards, Hakim Benoudjit

Re: Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
, URPs and even a newsletter: http://www.solr-start.com/ On 25 February 2015 at 08:52, Hakim Benoudjit h.benoud...@gmail.com wrote: Hi there, I'm looking for a library to connect Solr throught ODBC to Excel in order to do some reporting on my Solr data? Anybody knows a library

Re: Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 25 February 2015 at 08:52, Hakim Benoudjit h.benoud...@gmail.com wrote: Hi there, I'm looking for a library to connect Solr throught ODBC to Excel

Re: Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
I'll need to use /export since I retrieve large amount of data. And I don't really need facets, so it won't be an issue. Thanks again for your help. 2015-02-25 21:26 GMT+01:00 Mikhail Khludnev mkhlud...@griddynamics.com: On Wed, Feb 25, 2015 at 10:31 PM, Hakim Benoudjit h.benoud...@gmail.com

Re: Too much data after closed for HttpChannelOverHttp

2014-11-24 Thread Hakim Benoudjit
and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 23 November 2014 at 12:31, Hakim Benoudjit h.benoud...@gmail.com wrote: Hi there, I have deployed solr with Jetty, and I'm trying to index

Too much data after closed for HttpChannelOverHttp

2014-11-23 Thread Hakim Benoudjit
: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@5432494a' ?* Thanks for your help, if anything isnt very precise please tell me to explain it (and sorry for my bad english). -- Cordialement, Best regards, Hakim Benoudjit

Re: Too much data after closed for HttpChannelOverHttp

2014-11-23 Thread Hakim Benoudjit
. Check solrconfig.xml in the example distribution. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 23 November 2014 at 12:31, Hakim Benoudjit

Re: Boost using date and a field value

2014-07-17 Thread Hakim Benoudjit
Any idea please? 2014-07-15 15:00 GMT+01:00 Hakim Benoudjit h.benoud...@gmail.com: Hi, I want to boost recent (*today's*) documents having a certain *field value*. The two fields to be bosted are respectively: '*date*' '*site*'. But I dont want to penalize *recent *documents not satisfying

Re: Boost using date and a field value

2014-07-17 Thread Hakim Benoudjit
PM, Hakim Benoudjit h.benoud...@gmail.com wrote: Any idea please? 2014-07-15 15:00 GMT+01:00 Hakim Benoudjit h.benoud...@gmail.com: Hi, I want to boost recent (*today's*) documents having a certain *field value*. The two fields to be bosted are respectively: '*date*' '*site

Boost using date and a field value

2014-07-15 Thread Hakim Benoudjit
('*site*'). - I've boosted documents having this field value ('*site*'), using *dismax boost query*. - And I've found on solr doc how to boost *recent *docs: https://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents - But I cant combine these two boosts. -- Hakim

Re: Boost documents having a field value

2014-06-03 Thread Hakim Benoudjit
-having-a-field-value-tp4139342p4139486.html Sent from the Solr - User mailing list archive at Nabble.com. -- Hakim Benoudjit.

Boost documents having a field value

2014-06-02 Thread Hakim Benoudjit
Hi guys, Is it possible in solr to boost documents having a field value (Ex. field:value)? I know that it's possible to boost a field above other fields at query-time, but I want to boost a field value not the field name. And if so, is the boosting done at query time or on indexing? -- Hakim

Re: Core failure when a lot of processes are indexing

2014-05-06 Thread Hakim Benoudjit
, Hakim Benoudjit h.benoud...@gmail.com wrote: I've tried it it worked by letting solr do the commit instead of my solr client. In solrconfig.xml: autocommit max_time has been set to 5 minutes autosoftcommit max_time to something bigger. Thanks a lot guys! 2014-05-05 16:30

Re: Core failure when a lot of processes are indexing

2014-05-05 Thread Hakim Benoudjit
18:33 GMT+01:00 Shawn Heisey s...@elyograg.org: On 5/4/2014 9:30 AM, Hakim Benoudjit wrote: Ok. These files contain what you've requested: First (the xml error): http://pastebin.com/ZcagK3T7 Second (java params): http://pastebin.com/JtWQpp6s Third (Solr version): http://pastebin.com

Re: Core failure when a lot of processes are indexing

2014-05-05 Thread Hakim Benoudjit
Is there an option in Solr (solrconfig.xml or somewhere else) to regularize commits to the index. I meant to do a 'sleep' between each commit to the index, when data to-be-indexed is waiting inside a stack. 2014-05-05 15:58 GMT+01:00 Hakim Benoudjit h.benoud...@gmail.com: The index is made

Re: Core failure when a lot of processes are indexing

2014-05-05 Thread Hakim Benoudjit
not be committing from the client by and large, use the autoCommit and autoSoftCommit options in solrconfig.xml. See: http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Best, Erick On Mon, May 5, 2014 at 8:12 AM, Hakim Benoudjit h.benoud

Core failure when a lot of processes are indexing

2014-05-04 Thread Hakim Benoudjit
of these scripts, the index managed to not be corrupted, that's why I'm suspecting that the number of concurrent request (*update*) received by solr, are causing this error. -- Hakim Benoudjit.

Re: Core failure when a lot of processes are indexing

2014-05-04 Thread Hakim Benoudjit
a searcher, it caused indexing to hang and not proceed. Thanks, Shawn -- Hakim Benoudjit.

Format of the spellcheck.q used to get suggestions in current filter

2014-02-26 Thread Hakim Benoudjit
I have some difficulties to use `spellcheck.q` to get only suggestions for current query. When I set `spellcheck.q` to lucene query format (field1:value1 AND field2:value2), it doesnt return me any result. I have supposed that the value stored in `spellcheck.q` is just the value of ``spellcheck`

Re: Format of the spellcheck.q used to get suggestions in current filter

2014-02-26 Thread Hakim Benoudjit
it does not contain field names, AND, OR, etc. Something like should work. spellcheck.q=value1 value2q=+field1:value1 +field2:value2 Ahmet On Wednesday, February 26, 2014 5:51 PM, Hakim Benoudjit h.benoud...@gmail.com wrote: I have some difficulties to use `spellcheck.q` to get only suggestions

Re: Format of the spellcheck.q used to get suggestions in current filter

2014-02-26 Thread Hakim Benoudjit
hits for that category? Ahmet On Wednesday, February 26, 2014 6:36 PM, Hakim Benoudjit h.benoud...@gmail.com wrote: @Jack Krupansky, here is the important portion of my solrconfig.xml: lst name=spellchecker str name=namedefault/str str name=fieldtitle/str str name

Re: Format of the spellcheck.q used to get suggestions in current filter

2014-02-26 Thread Hakim Benoudjit
It seems that suggestion frequency stays the same with filter query (fq). 2014-02-26 19:05 GMT+01:00 Ahmet Arslan iori...@yahoo.com: Just a guess, what happens when you use filter query? fq=category:Carsq=Renau On Wednesday, February 26, 2014 7:38 PM, Hakim Benoudjit h.benoud

Re: Format of the spellcheck.q used to get suggestions in current filter

2014-02-26 Thread Hakim Benoudjit
I'm afraid I have to manually retreive all docs for suggested query in current filter (category:Carsq=Renau) and count them to get the frequency in given filter. 2014-02-26 19:09 GMT+01:00 Hakim Benoudjit h.benoud...@gmail.com: It seems that suggestion frequency stays the same with filter

Fwd: No suggestions when I set spellcheck.q

2014-02-22 Thread Hakim Benoudjit
Hi guys, Suppose that a user is browsing a webpage where he has already filtered its articles. I want to get suggestions only in the filtered content (i.e. current category). To achieve this I have set `spellcheck.q` to the current query or category, but by doing this the query no longer returns

No suggestions when I set spellcheck.q

2014-02-20 Thread Hakim Benoudjit
Hi guys, Suppose that a user is browsing a webpage where he has already filtered its articles. I want to get suggestions only in the filtered content (i.e. current category). To achieve this I have set `spellcheck.q` to the current query or category, but by doing this the query no longer returns

Re: Use a field without predefining it it the schema

2014-01-30 Thread Hakim Benoudjit
to schema.xml.bak and the contents are written to a file with the name defined as the managedSchemaResourceName. Steve On Jan 29, 2014, at 7:15 PM, Hakim Benoudjit h.benoud...@gmail.com wrote: I have found this link https://cwiki.apache.org/confluence/display/solr/Managed+Schema

Re: Use a field without predefining it it the schema

2014-01-29 Thread Hakim Benoudjit
/display/solr/Schema+API#SchemaAPI-Modifytheschema Steve On Jan 28, 2014, at 5:00 PM, Hakim Benoudjit h.benoud...@gmail.com wrote: Hi guys With the new version of solr (4.6), can I add a field to the index, knowing that this field doesnt appear(isnt predefined) in the schema

Re: Use a field without predefining it it the schema

2014-01-29 Thread Hakim Benoudjit
to the schema. 2014-01-30 Hakim Benoudjit h.benoud...@gmail.com Thanks Steve for the link. It seems very easy to create `new fields` in the `schema` using the `POST request`. But doest mean that I dont have to restart the `solr app`? Is so, is this feature available in latest solr version (`v4.6

Use a field without predefining it it the schema

2014-01-28 Thread Hakim Benoudjit
Hi guys With the new version of solr (4.6), can I add a field to the index, knowing that this field doesnt appear(isnt predefined) in the schema? I ask this question because I ve seen an issue (on jira) related to this. Thanks!

Re: Correct to use to store urls (unicode)

2014-01-13 Thread Hakim Benoudjit
Because I only need to retreive the link not search by url. I have already stored product id in an id field. Thanks for your answer Gora! 2014/1/13 Gora Mohanty g...@mimirtech.com On 13 January 2014 00:30, Hakim Benoudjit h.benoud...@gmail.com wrote: Yep sure. But is it good for me

Correct to use to store urls (unicode)

2014-01-12 Thread Hakim Benoudjit
hi, what's the correct type used to store urls, which can contain some encoded unicode caracters in the form '%some-digits'. Because, the string type returns an error when I try to store these urls. Btw, I'm using a python client which gives me this error: 'ascii' codec can't decode byte 0xc3.

Re: Correct to use to store urls (unicode)

2014-01-12 Thread Hakim Benoudjit
I can add this link using sunburnt (solr python client) so it can not be related to solr. I think you're right it might be a python issue. Thanks. 2014/1/12 Gora Mohanty g...@mimirtech.com On 12 January 2014 19:45, Hakim Benoudjit h.benoud...@gmail.com wrote: hi, what's the correct type

Re: Correct to use to store urls (unicode)

2014-01-12 Thread Hakim Benoudjit
I have just forget the u'' next to a unicode string :\, 2014/1/12 Hakim Benoudjit h.benoud...@gmail.com I can add this link using sunburnt (solr python client) so it can not be related to solr. I think you're right it might be a python issue. Thanks. 2014/1/12 Gora Mohanty g

Re: Correct to use to store urls (unicode)

2014-01-12 Thread Hakim Benoudjit
Yep sure. But is it good for me to store a link(http://...) in a solr string field? knowing that this field isnt indexed, only stored. 2014/1/12 Gora Mohanty g...@mimirtech.com On 12 January 2014 20:07, Hakim Benoudjit h.benoud...@gmail.com wrote: I have just forget the u'' next to a unicode

solr increase number of digits that tint fields can store

2014-01-09 Thread Hakim Benoudjit
Hi, I have a price field of type tint, from which I will generate a range facet. And I have now some items in my index that exceed tint type limit (max integer). How do I increase tint max integer value? Here is tint definition in schema.xml: fieldType name=tint class=solr.TrieIntField

Re: solr increase number of digits that tint fields can store

2014-01-09 Thread Hakim Benoudjit
Thanks that's the response I was searching for. And, I have confirmed that I need to reindex my data because tlong isnt compatible with tint. 2014/1/9 Chris Hostetter hossman_luc...@fucit.org A TrieIntField field can never contain a value greater then java's Integer.MAX_VALUE -- it doesn't