Re: Auto Complete

2014-08-06 Thread benjelloun
ce of Influence Marketing” > > 18 East 41st Street > > New York, NY 10017 > > t: @appinions <https://twitter.com/Appinions> | g+: > plus.google.com/appinions > < > https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts> > > w: appi

Re: Auto Complete

2014-08-05 Thread benjelloun
suggestFolders/fuzzysuggest.txt phrase_suggest fuzzySuggest true fuzzySuggest true 10 true 10 true fuzzySuggest 2014-08-05 15:32 GMT+02:00 anass benjelloun : > yeah thats true i creat this index just for a

Re: Auto Complete

2014-08-05 Thread benjelloun
eet > > New York, NY 10017 > > t: @appinions <https://twitter.com/Appinions> | g+: > plus.google.com/appinions > < > https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts> > > w: appinions.com <http://www.appinions.com/> > > > O

Re: Auto Complete

2014-08-05 Thread benjelloun
w York, NY 10017 > > t: @appinions <https://twitter.com/Appinions> | g+: > plus.google.com/appinions > < > https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts> > > w: appinions.com <http://www.appinions.com/> > > > On Mon, Aug 4, 2014 at

Re: Auto Complete

2014-08-04 Thread benjelloun
if you have another configuration to can solve this problem please share it, thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Complete-tp4150987p4151002.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Complete

2014-08-04 Thread benjelloun
here is my configuration: suggestDic org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.fst.WFSTLookupFactory suggestFolder suggestField true true suggestFolder/emptyDic.txt

Re: Auto Complete

2014-08-04 Thread benjelloun
hello you didnt enderstand well my probleme, i give exemple: i have document contain "genève" with accent when i do q="gene" --> autoSuggest "geneve" because of ASCIIFoldingFilterFactory preserveOriginal="true" when i do q="genè" --> autoSuggest "genève" but what i need to is: q="gene" without ac

Auto Complete

2014-08-04 Thread benjelloun
Hello, I have an index which contain "genève" I need to do this query q="gene" and get in auto complete this result : "genève" (e -> è) I'm using StandardTokenizerFactory for field and SpellCheckComponent for searchCompenent. All solutions are welcome,

Re: Auto suggest with adding accents

2014-08-04 Thread benjelloun
Any one find any solution for this probleme ? -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-suggest-with-adding-accents-tp4150379p4150972.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto suggest with adding accents

2014-08-01 Thread benjelloun
hello, on the new suggester, when the field is multivalued="true", itsnot working i need to try the patch "LUCENE-3842" to test auto complete but i dont know how. i have Solr-4.7.2 not source code. can some one help? Best regards, Anass BENJELLOUN -- View this messa

Re: Auto suggest with adding accents

2014-08-01 Thread benjelloun
"genève" with accent like correction of word. i tried to add spellchecker to correct it but the maximum of character for correction is 2 maybe there is other solution, i give my schema of field: replacement="$2&quo

Re: Auto suggest with adding accents

2014-07-31 Thread benjelloun
hi, q="gene" it suggest "geneve" ASCIIFoldingFilter work like isolate accent what i need to suggest is "genève" any idea? thanks best reagards Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-suggest-with-adding-accen

Auto suggest with adding accents

2014-07-31 Thread benjelloun
suggests The field "suggestField" dont isolate accents. Thanks for help, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-suggest-with-adding-accents-tp4150379.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Suggest

2014-07-28 Thread benjelloun
Hello Erick, So in your opinion what is the solution to use autosuggest with sentece :) an exemple will be very helpfull, Thanks, best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Suggest-tp4149004p4149441.html Sent from the Solr - User

Auto Suggest

2014-07-24 Thread benjelloun
Hello, Did solr.SuggestComponent work on MultiValued Field to Auto suggest not only one word but the whole sentence? Regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Suggest-tp4149004.html Sent from the Solr - User mailing list archive at

Re: Solr 4.7.2 auto suggestion

2014-07-23 Thread benjelloun
Hello, the suggester "solr.SuggestComponent" with FuzzyLookupFactory DocumentDictionaryFactory Dont work with type of fields which are not string and multivalued. any idea ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-7-2-auto-suggestion-tp4147677p4148

Re: Solr 4.7.2 auto suggestion

2014-07-18 Thread benjelloun
the dictionary file named : "fwfsta.bin" contain NULL. thats mean the configuration is not correct. maybe i need to add or change somthing on thanks for help -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-7-2-auto-suggestion-tp4147677p4147878.html Sent from the Sol

Re: solr boosting any perticular URL

2014-07-18 Thread benjelloun
hello, before index the URL to a field in Solr, you can use java api(Solrj) and do a test if(URL=="") index on field1 else index on field2 then use edismax to boost a specific field: explicit 10 edismax field1^5.0 field2^1.0 -- View this

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-18 Thread benjelloun
10 5 5 true true 5 true true true spellcheck regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/questions-on-Solr-WordBreakSolrSpe

Re: Solr 4.7.2 auto suggestion

2014-07-18 Thread benjelloun
ot;: { "indexa": { "numFound": 0, "suggestions": [] } } } } I checked my doctionary file --> empty i don't know why. is my configuration correct for Solr 4.7.2? 2014-07-18 2:37 GMT+02:00 Alexandre Rafalovitch [via Lucene] < ml-node+s472066n4147798...@n3

Solr 4.7.2 auto suggestion

2014-07-17 Thread benjelloun
Hello, i'm trying to do auto suggestion but thats not working. here is my configuration: schema:

multilingual search

2014-07-04 Thread benjelloun
or on language. i dont want to add stopwords_fr in stopwords_en. what i want is to detect the language before the select search then choose the field_langid for search. Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/multilingual-search-tp4145639.html

Consultez mon profil LinkedIn

2014-07-03 Thread benjelloun
LinkedIn Daniel, J'aimerais vous inviter à rejoindre mon réseau professionnel en ligne, sur le site LinkedIn. anass anass benjelloun Stagiaire chez Document numérique Région de Dijon , France Veuillez confirmer que vous connaissez anass benjelloun : https://www.linkedin.

J'aimerais vous inviter à rejoindre mon réseau professionnel sur LinkedIn.

2014-07-03 Thread benjelloun
Bonjour Walter, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=f7uf5h-hx5qhjgx-4c&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360658842640384&sharedKey=ln36HRyT Vou

J'aimerais vous inviter à rejoindre mon réseau professionnel sur LinkedIn.

2014-07-03 Thread benjelloun
Bonjour Alexandre, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=ylp2ee-hx5qhjfy-2p&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360657898921984&sharedKey=aNAb4H5v

Rejoignez mon réseau sur LinkedIn

2014-07-03 Thread benjelloun
Bonjour Alexandre, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=1p1dkj-hx5qhjh3-5k&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360658481917952&sharedKey=iwQz292V

I use LinkedIn and you should use it too.

2014-07-03 Thread benjelloun
Bonjour Steve, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=-k0w1w5-hx5qhjfn-3j&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360657726947328&sharedKey=v4df5Q_O Vou

J'aimerais vous inviter à rejoindre mon réseau professionnel sur LinkedIn.

2014-07-03 Thread benjelloun
Bonjour Erick, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=-u5fqpj-hx5qhjg5-70&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360658087665665&sharedKey=CJxCbD_4 Vou

Je suis sur LinkedIn et je vous recommande ce site également.

2014-07-03 Thread benjelloun
Bonjour Alexandre, J'aimerais que vous rejoigniez mon réseau pour partager des nouvelles et rester en contact. anass Accepter : https://www.linkedin.com/e/v2?e=z6nfen-hx5qhjgq-5r&a=preRegInvite&tracking=eml-guest-invite-cta&ek=invite_guest&invitationID=5890360658662281216&sharedKey=eBz8oxMp

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
version if we want to do a more general query. If we > need to explicitly search accurately for language-specific terms, then we > need to OR all the language fields. That has a cost in creating the > query, > but it is more efficient. > > > > On 1 July 2014 16:04, benjelloun &l

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
hello erick, unfortunately i can't modify the schema , me and my team analyzed carefully the problem, so all fields you seeing are required on schema. now i just tested to do different fields maybe it could work if i knew syntaxe of edismax: and on config this is SearchHandler but i

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
Anass BENJELLOUN 2014-07-01 12:05 GMT+02:00 anass benjelloun : > i have documents (ar, en , fr) > i need to index them and keeping analyzer and filter for each languages. > here is all fields on schema to enderstand my probleme: > > > indexed="true" required="

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
/treygrainger/solr-in-action/tree/master/src/main/java/sia/ch14 > They use a multiplexing approach. > > Regards, >Alex. > On Tue, Jul 1, 2014 at 4:53 PM, benjelloun <[hidden email] > <http://user/SendEmail.jtp?type=node&node=4144945&i=0>> wrote: > >

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
Hello, i have 300 feilds which are copied on "AllChamp" if i want to do separated fields then i need to create 300 * Number of languages i have, which is not logical for me. is there any other solution? Best regards Anass BENJELLOUN 2014-07-01 11:28 GMT+02:00 Alexandre Rafalovitch [

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
5 3 spellcheck 2014-07-01 2:24 GMT+02:00 Steve McKay-4 [via Lucene] < ml-node+s472066n4144897...@n3.nabble.com>: > Three fields: AllChamp_ar, AllChamp_fr, AllChamp_en. Then query them with > dismax. > > On Jun 30, 2014, at 11:53 AM,

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
t; > Best, > Erick > > On Mon, Jun 30, 2014 at 7:57 AM, benjelloun <[hidden email] > <http://user/SendEmail.jtp?type=node&node=4144798&i=0>> wrote: > > > Hello, > > > > Ok thanks, > > i have another question :) > > > > here

CopyField can't copy analyzers and Filters

2014-06-30 Thread benjelloun
: AllChamp:presenton --> num result=0 AllChamp:présenton --> num result=1 thanks for help, best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/CopyField-can-t-copy-analyzers-and-Filters-tp4144803.html Sent from the

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
hey, Thats true i know it was that but any idea of how can i resolve that ? best regards Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Fields-Multilingue-tp4144223p4144790.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
-> num result=0 AllChamp:présenton --> num result=1 thanks for help, best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Fields-Multilingue-tp4144223p4144781.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
Hello again, I have a document which have 3 different language text(arabic, english, frensh). i have just this result: "language_s": [ "en" ] thanks for help, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.na

Re: Solr Fields Multilingue

2014-06-27 Thread benjelloun
? is this right : thanks, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Fields-Multilingue-tp4144223p4144372.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Fields Multilingue

2014-06-26 Thread benjelloun
fields with all language. then i can hold analyzer of text for each language. any exemple are welcome thanks. best regards Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Fields-Multilingue-tp4144223.html Sent from the Solr - User mailing list archive at

Re: add new Fields with SolrJ without changing schema.xml

2014-06-19 Thread benjelloun
field? by default the "id" is indexed and its type is "string" any idea how i can do that without changing manually the shema.xml? thanks, Best regards, Anass BENJELLOUN 2014-06-19 9:28 GMT+02:00 Alexandre Rafalovitch [via Lucene] < ml-node+s472066n4142771...@n3.nabb

Re: add new Fields with SolrJ without changing schema.xml

2014-06-19 Thread benjelloun
ean uniqueId,String type, Boolean > indexed,Boolean stored,Boolean multivalued,Boolean > sortmissinglast,Boolean required){ > > . > . >} thanks, Best regards, Anass BENJELLOUN 2014-06-18 1

Re: add new Fields with SolrJ without changing schema.xml

2014-06-18 Thread benjelloun
){ . . } any exemple please, thanks, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/add-new-Fields-with-SolrJ-without-changing-schema-xml-tp4142515p4142555.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: add new Fields with SolrJ without changing schema.xml

2014-06-18 Thread benjelloun
Hello, i'm using this configuration on solrconfig.xml: true managed-schema Can you please give me an exemple on SolrJ for adding a new field. thanks, best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/add-new-F

add new Fields with SolrJ without changing schema.xml

2014-06-18 Thread benjelloun
ot;, nomdocument); the id and Titre are already on schema.xml, but what i need to do id to add new fields like firstname,last name, age... thanks for help, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/add-new-Fields-with-SolrJ-without-chan

Re: index a repository of documents(.doc) without using post.jar

2014-05-23 Thread benjelloun
:8080/solr/update?commit=true khalid bouchna9 23/05/2014 I'm using dev http client for test. Thanks, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/index-a-repository-of-documents-doc-without-using-post-jar-tp4137797p4137881.html

Re: index a repository of documents(.doc) without using post.jar

2014-05-23 Thread benjelloun
regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/index-a-repository-of-documents-doc-without-using-post-jar-tp4137797p4137848.html Sent from the Solr - User mailing list archive at Nabble.com.

index a repository of documents(.doc) without using post.jar

2014-05-23 Thread benjelloun
Hello, I need to index a repository of documents(.doc) without using post.jar, i'm using Solr with Tomcat6. maybe its with http REST api, but how to use it? Thanks for your answer, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/in

index a repository of documents(.doc) without using post.jar

2014-05-23 Thread benjelloun
Hello, I need to index a repository of documents(.doc) without using post.jar, i'm using Solr with Tomcat6. maybe its with http REST api, but how to use it? Thanks for your answer, Best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/in