Re: Auto Complete

2014-08-06 Thread benjelloun
+: plus.google.com/appinions https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts w: appinions.com http://www.appinions.com/ On Tue, Aug 5, 2014 at 9:32 AM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4151261i=0 wrote: yeah thats true i

Re: Auto Complete

2014-08-05 Thread benjelloun
://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts w: appinions.com http://www.appinions.com/ On Mon, Aug 4, 2014 at 10:10 AM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4150990i=0 wrote: hello you didnt enderstand well my probleme, i give

Re: Auto Complete

2014-08-05 Thread benjelloun
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 Tue, Aug 5, 2014 at 9:10 AM, benjelloun [hidden email] http://user

Re: Auto Complete

2014-08-05 Thread benjelloun
=spellcheck.collateExtendedResultstrue/str /lst arr name=components strfuzzySuggest/str /arr /requestHandler 2014-08-05 15:32 GMT+02:00 anass benjelloun anass@gmail.com: yeah thats true i creat this index just for auto complete here is my schema: dynamicField name=*_en type=text_en

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.

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, Thanks, Best regards, Anass BENJELLOUN

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 accent and get

Re: Auto Complete

2014-08-04 Thread benjelloun
here is my configuration: searchComponent class=solr.SpellCheckComponent name=suggests lst name=spellchecker str name=namesuggestDic/str str name=classnameorg.apache.solr.spelling.suggest.Suggester/str str

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 suggest with adding accents

2014-08-01 Thread benjelloun
/ filter class=solr.StandardFilterFactory/ /analyzer /fieldType thanks best regards, Anass BENJELLOUN 2014-07-31 18:41 GMT+02:00 Otis Gospodnetic-5 [via Lucene] ml-node+s472066n4150410...@n3.nabble.com: You need to do the opposite. Make sure accents are NOT removed at index query

Re: Auto suggest with adding accents

2014-08-01 Thread benjelloun
hello, on the new suggester, when the field is multivalued=true, itsnot working str name=suggestAnalyzerFieldType 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

Auto suggest with adding accents

2014-07-31 Thread benjelloun
=spellcheck.collateExtendedResultstrue/str /lst arr name=components strsuggests/str /arr /requestHandler 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

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-accents-tp4150379p4150392.html Sent from

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? field name=suggestField type=textSuggest multiValued=true indexed=true/ Regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/Auto

Re: Solr 4.7.2 auto suggestion

2014-07-23 Thread benjelloun
Hello, the suggester solr.SuggestComponent with str name=lookupImplFuzzyLookupFactory/str str name=dictionaryImplDocumentDictionaryFactory/str Dont work with type of fields which are not string and multivalued. any idea ? -- View this message in context:

Re: Solr 4.7.2 auto suggestion

2014-07-18 Thread benjelloun
: On Thu, Jul 17, 2014 at 11:01 PM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4147798i=0 wrote: i'm trying to do auto suggestion but thats not working. Not working specifically how? What do you put in, what did you get back, what did you expect? Regards, Alex

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-18 Thread benjelloun
=spellcheck.collateExtendedResultstrue/str str name=spellchecktrue/str str name=spellcheck.buildtrue/str arr name=last-components strspellcheck/str /arr /requestHandler regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com

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: requestHandler name=/select class=solr.SearchHandler lst name=defaults str

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 fieldType name=textSpell .../ thanks for help -- View this message in context:

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: field name=spell type=textSpell multiValued=true indexed=true required=false stored=false/ copyField source=*_en dest=spell/ copyField source=*_fr dest=spell/ copyField source=*_ar dest=spell/

multilingual search

2014-07-04 Thread benjelloun
for 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

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-5ra=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360658662281216sharedKey=eBz8oxMp Vous

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-70a=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360658087665665sharedKey=CJxCbD_4 Vous

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-3ja=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360657726947328sharedKey=v4df5Q_O Vous

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-5ka=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360658481917952sharedKey=iwQz292V Vous

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-4ca=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360658842640384sharedKey=ln36HRyT Vous

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-2pa=preRegInvitetracking=eml-guest-invite-ctaek=invite_guestinvitationID=5890360657898921984sharedKey=aNAb4H5v Vous

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.com/e

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
, AllChamp_en. Then query them with dismax. On Jun 30, 2014, at 11:53 AM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4144897i=0 wrote: here is my schema: field name=AllChamp type=text_general multiValued=true indexed=true required=false stored=false/ dynamicField name

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 [via Lucene

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
, Alex. On Tue, Jul 1, 2014 at 4:53 PM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4144945i=0 wrote: 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

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
,ContenuDocument,Postit/str str name=langid.langFieldlanguage_s/str str name=langid.fallbackfr/str str name=langid.whitelisten,fr,ar/str bool name=langid.maptrue/bool /lst /processor is there any other solution to not separate fileds? Best regards Anass BENJELLOUN 2014-07-01 12:05

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: field name=AllChamp_ar type=text_ar multiValued=true

Re: CopyField can't copy analyzers and Filters

2014-07-01 Thread benjelloun
, 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 [hidden email] http://user/SendEmail.jtp?type=nodenode=4145024i=0 wrote: hello erick, unfortunately i can't modify the schema , me and my team

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.nabble.com/Solr-Fields

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
documents then search on this field AllChamp that don't do analyzer and filter. any idea? Exemple: I search for : AllChamp:presenton -- num result=0 AllChamp:présenton -- num result=1 thanks for help, best regards, Anass BENJELLOUN -- View this message in context: http

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.

CopyField can't copy analyzers and Filters

2014-06-30 Thread benjelloun
and filter. I know that CopyField can't copy analyzers and Filters, so how to keep analyzer and filter on Field: AllChamp? Exemple: I search for : AllChamp:presenton -- num result=0 AllChamp:présenton -- num result=1 thanks for help, best regards, Anass BENJELLOUN

Re: Solr Fields Multilingue

2014-06-30 Thread benjelloun
, Jun 30, 2014 at 7:57 AM, benjelloun [hidden email] http://user/SendEmail.jtp?type=nodenode=4144798i=0 wrote: Hello, Ok thanks, i have another question :) here is my schema: field name=AllChamp type=text_general multiValued=true indexed=true required=false stored=false

Re: Solr Fields Multilingue

2014-06-27 Thread benjelloun
required=false stored=true/ 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
dont want to creat 300x3 fields, and i dont want to creat a new core. i need to have the same 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

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

2014-06-19 Thread benjelloun
,String type, Boolean indexed,Boolean stored,Boolean multivalued,Boolean sortmissinglast,Boolean required){ . . } thanks, Best regards, Anass BENJELLOUN 2014-06-18 18:21 GMT+02:00 Walter Underwood

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

2014-06-19 Thread benjelloun
this 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.nabble.com: Use dynamic fields

add new Fields with SolrJ without changing schema.xml

2014-06-18 Thread benjelloun
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-changing-schema-xml-tp4142515.html Sent from

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

2014-06-18 Thread benjelloun
, best regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/add-new-Fields-with-SolrJ-without-changing-schema-xml-tp4142515p4142533.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
){ . . } 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.

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

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

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.

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

2014-05-23 Thread benjelloun
:8080/solr/update?commit=true add doc field name=titlekhalid/field field name=descriptionbouchna9 /field field name=date23/05/2014 /field /doc /add I'm using dev http client for test. Thanks, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com