It depends on the specific nature of your clients. Is they in-house users, like only dozens or hundreds, or is this a large web app with many millions of users and with mobile clients as well as traditional "PC" clients?
If it feels too much to do in the client, then a middleware API service layer could be the way to go. In any case, don't try to load too much work onto the Solr server itself. -- Jack Krupansky On Mon, Apr 20, 2015 at 7:32 AM, Bruno Mannina <bmann...@free.fr> wrote: > Hi Alex, > > well ok but if I have a big table ? more than 10 000 entries ? > is it safe to do that client side ? > > note: > I have one little table > but I have also 2 big tables for 2 other fields > > > Le 20/04/2015 10:57, Alexandre Rafalovitch a écrit : > >> The best place to do so is in the client software, since you are not >> using it for search in any way. So, wherever you get your Solr's >> response JSON/XML/etc, map it there. >> >> Regards, >> Alex. >> ---- >> Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: >> http://www.solr-start.com/ >> >> >> On 20 April 2015 at 18:23, Bruno Mannina <bmann...@free.fr> wrote: >> >>> Dear Solr Users, >>> >>> Solr 5.0.0 >>> >>> I have actually around 90 000 000 docs in my solr, and I have a field >>> with >>> one char which represents a category. i.e: >>> value = a, definition : nature and health >>> etc... >>> I have fews categories, around 15. >>> >>> These definition categories can changed during years. >>> >>> Can I use a file where I will have >>> a\tNature and Health >>> b\tComputer science >>> etc... >>> >>> and instead of having the code letter in my json result solr, I will have >>> the definition ? >>> Only in the result. >>> The query will be done with the code letter. >>> >>> I'm sure it's possible ! >>> >>> Additional question: is it possible to do that also with a big >>> correspondance file? around 5000 definitions? >>> >>> Thanks for your help, >>> Bruno >>> >>> --- >>> Ce courrier électronique ne contient aucun virus ou logiciel malveillant >>> parce que la protection avast! Antivirus est active. >>> http://www.avast.com >>> >>> >> > > --- > Ce courrier électronique ne contient aucun virus ou logiciel malveillant > parce que la protection avast! Antivirus est active. > http://www.avast.com > >