Multiple words suggestion

2015-03-18 Thread Hakim Benoudjit
solr.WordBreakSolrSpellCheckerrecherche true true 10 * ** -- Cordialement, Best regards, Hakim Benoudjit

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 : > On Wed, Feb 25, 2015 at 10:31 PM, Hakim Benoudjit > wrote: > > > Tha

Re: Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
> tried > it.Anyway, it doesn't help to connect from odbc. > On top of my head, is > https://cwiki.apache.org/confluence/display/solr/Exporting+Result+Sets but > it returns only JSON, not csv. That's I wonder why. > > Seems like a dead end so far. > > On Wed, Feb

Re: Connect Solr with ODBC to Excel

2015-02-25 Thread Hakim Benoudjit
alyzers, Tokenizers, Filters, URPs and even a newsletter: > http://www.solr-start.com/ > > > On 25 February 2015 at 08:52, Hakim Benoudjit > wrote: > > Hi there, > > > > I'm looking for a library to connect Solr throught ODBC to Excel in order &g

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: Too much data after closed for HttpChannelOverHttp

2014-11-24 Thread Hakim Benoudjit
a direct HTTP request? > >> > > >> > Regards, > >> >Alex. > >> > P.s. You may also find it useful to read up on the Solr commit and > >> > hard vs. soft commits. Check solrconfig.xml in the example > >> > distribution. > >&

Re: Too much data after closed for HttpChannelOverHttp

2014-11-23 Thread Hakim Benoudjit
he Solr commit and > hard vs. soft commits. 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

Too much data after closed for HttpChannelOverHttp

2014-11-23 Thread Hakim Benoudjit
of the error 'badMessage: 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: Boost using date and a field value

2014-07-17 Thread Hakim Benoudjit
: https://www.linkedin.com/groups?gid=6713853 > > > On Thu, Jul 17, 2014 at 3:57 PM, Hakim Benoudjit > wrote: > > Any idea please? > > > > > > 2014-07-15 15:00 GMT+01:00 Hakim Benoudjit : > > > >> Hi, > >> I want to boost recent (*today

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 : > 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 *r

Boost using date and a field value

2014-07-15 Thread Hakim Benoudjit
* documents satisfying this field value ('*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_o

Re: Boost documents having a field value

2014-06-03 Thread Hakim Benoudjit
le.com/Boost-documents-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. :)? 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 Benoudjit.

Re: Core failure when a lot of processes are indexing

2014-05-06 Thread Hakim Benoudjit
t; > FWIW, > Erick > > On Mon, May 5, 2014 at 11:03 AM, Hakim Benoudjit > 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 & a

Re: Core failure when a lot of processes are indexing

2014-05-05 Thread Hakim Benoudjit
committing from the client by and large, use the > and 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 Benoudj

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 : > The index is made with the

Re: Core failure when a lot of processes are indexing

2014-05-05 Thread Hakim Benoudjit
5-04 18:33 GMT+01:00 Shawn Heisey : > 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 (S

Re: Core failure when a lot of processes are indexing

2014-05-04 Thread Hakim Benoudjit
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/wYdpdsAW 2014-05-04 14:23 GMT+01:00 Shawn Heisey : > On 5/4/2014 6:06 AM, Hakim Benoudjit wrot

Core failure when a lot of processes are indexing

2014-05-04 Thread Hakim Benoudjit
h 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: 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:Cars&q=Renau) and count them to get the frequency in given filter. 2014-02-26 19:09 GMT+01:00 Hakim Benoudjit : > It seems that suggestion frequency stays the same with filter query (fq)

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 : > > > Just a guess, what happens when you use filter query? > fq=category:Cars&q=Renau > > > > On Wednesday, February 26, 2014 7:38 PM, Hakim Benoudj

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

2014-02-26 Thread Hakim Benoudjit
Do you mean > that suggested word(s) should return non-zero 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

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

2014-02-26 Thread Hakim Benoudjit
query/input. > 'spelling ready' means it does not contain field names, AND, OR, etc. > Something like should work. spellcheck.q=value1 value2&q=+field1:value1 > +field2:value2 > > Ahmet > > > On Wednesday, February 26, 2014 5:51 PM, 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`

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
file is renamed 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 > wrote: > > > I have found this link > > > https://cwiki.apac

Re: Use a field without predefining it it the schema

2014-01-29 Thread Hakim Benoudjit
o the schema. 2014-01-30 Hakim Benoudjit > 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`)?

Re: Use a field without predefining it it the schema

2014-01-29 Thread Hakim Benoudjit
difying the > schema via REST API: > > > > > https://cwiki.apache.org/confluence/display/solr/Schema+API#SchemaAPI-Modifytheschema > > > > Steve > > > > On Jan 28, 2014, at 5:00 PM, Hakim Benoudjit > wrote: > > > >> Hi guys > >>

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 > On 13 January 2014 00:30, Hakim Benoudjit wrote: > > > > Yep sure. But is it good for me to store a link(http:/

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 > On 12 January 2014 20:07, Hakim Benoudjit wrote: > > I have just forget the u'' next to a unicode string :\, &

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

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 > On 12 January 2014 19:45, Hakim Benoudjit wrote: > > hi, > > > > what's the correct typ

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 '%'. 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: 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 > > A TrieIntField field can never contain a value greater then java's > Integer.MAX_VALUE -- it doesn't matter what settings yo

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: Do I have to increase precisionStep=8? because an e