Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
taset become bigger) > > Well, in some alternate universe this may be possible. But the larger > the corpus the slower the processing will be, there's just no way > around that. Whether it's fast enough for your application is a better > question ;). > > Best, &

Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
t; > Terms component has it's limitations, but performance isn't one of them. > The suggesters mentioned in the article have other limitations. It's really > useless to discuss those limitations, though, until the problem you're > trying to solve is clearly stated.

Re: Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
ix you right up. > > If it's more complicated, the AutoSuggest functionality might help. > > If it's correcting spelling, there's the spellchecker. > > Best, > Erick > > On Sat, Aug 1, 2015 at 10:00 AM, Olivier Austina > wrote: > > Hi, > > > > I

Fast autocomplete for large dataset

2015-08-01 Thread Olivier Austina
Hi, I am looking for a fast and easy to maintain way to do autocomplete for large dataset in solr. I heard about Ternary Search Tree (TST) . But I would like to know if there is something I missed such as best practice, Solr new feature. Any sugge

Re: How to implement Auto complete, suggestion client side

2015-01-28 Thread Olivier Austina
ing similar in PHP. > > Regards, >Alex. > > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > > On 26 January 2015 at 17:11, Olivier Austina > wrote: > > Hi All, > > > > I would say I am new to web technology. > > &

How to implement Auto complete, suggestion client side

2015-01-26 Thread Olivier Austina
Hi All, I would say I am new to web technology. I would like to implement auto complete/suggestion in the user search box as the user type in the search box (like Google for example). I am using Solr as database. Basically I am familiar with Solr and I can formulate suggestion queries. But now

Architecture for PHP web site, Solr and an application

2014-12-26 Thread Olivier Austina
Hi, I would like to query only some fields in Solr depend on the user input as I know the fields. The user send an HTML form to the PHP website. The application get the fields and their content from the PHP web site. The application then formulate a query to Solr based on this fields and other co

Re: UI for Solr

2014-12-23 Thread Olivier Austina
p://www.solr-start.com/javadoc/solr-lucene/index.html (search box > on the top) > > Regards, >Alex. > > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > > On 23 December 2014 at 10:45, Olivier Austina > wrote: > > Hi, > > >

UI for Solr

2014-12-23 Thread Olivier Austina
Hi, I would like to build a User Interface on top of Solr for PC and mobile. I am wondering if there is a framework, best practice commonly used. I want Solr features such as suggestion, auto complete, facet to be available for UI. Any suggestion is welcome. Than you. Regards Olivier

Re: Indexing documents/files for production use

2014-10-30 Thread Olivier Austina
oing to a production-style infrastructure, but that's at the expense of > > flexibility and comes with limitations. > > > > For proof-of-concept or demonstrator-style applications, the plain tools > out > > of the box will be fine. For production applicat

Indexing documents/files for production use

2014-10-28 Thread Olivier Austina
Hi All, I am reading the solr documentation. I have understood that post.jar is not meant for production use, cURL is not recommande

Re: OpenExchangeRates.Org rates in solr

2014-10-26 Thread Olivier Austina
nstallations? > > Thanks, > Will > > > -Original Message- > From: Olivier Austina [mailto:olivier.aust...@gmail.com] > Sent: Sunday, October 26, 2014 10:57 AM > To: solr-user@lucene.apache.org > Subject: OpenExchangeRates.Org rates in solr > > Hi, >

OpenExchangeRates.Org rates in solr

2014-10-26 Thread Olivier Austina
Hi, There is a way to see the OpenExchangeRates.Org rates used in Solr somewhere. I have changed the configuration to use these rates. Thank you. Regards Olivier

Re: Remove indexes of XML file

2014-10-25 Thread Olivier Austina
mmunity: https://www.linkedin.com/groups?gid=6713853 > > > On 24 October 2014 15:44, Olivier Austina > wrote: > > Hi, > > > > This is newbie question. I have indexed some documents using some XML > files > > as indicating in the tutorial > > <http://lu

Remove indexes of XML file

2014-10-24 Thread Olivier Austina
Hi, This is newbie question. I have indexed some documents using some XML files as indicating in the tutorial with the command : java -jar post.jar *.xml I have seen how to delete an index for one document but how to delete all indexes for doc

Website running Solr

2014-05-11 Thread Olivier Austina
Hi All, Is there a way to know if a website use Solr? Thanks. Regards Olivier

Re: Topology of Solr use

2014-04-17 Thread Olivier Austina
Thank you Markus, the link is very useful. Regards Olivier 2014-04-17 18:24 GMT+02:00 Markus Jelsma : > This may help a bit: > > https://wiki.apache.org/solr/PublicServers > > -Original message- > From:Olivier Austina > Sent:Thu 17-04-2014 18:16 > Subject:Topology of Solr use > To:so

Topology of Solr use

2014-04-17 Thread Olivier Austina
Hi All, I would to have an idea about Solr usage: number of users, industry, countries or any helpful information. Thank you. Regards Olivier

Querying specific database attributes or table

2014-03-16 Thread Olivier Austina
Hi, I am new to Solr. I would like to index and querying a relational database. Is it possible to query a specific table or attribute of the database. Example if I have 2 tables A and B both have the attribute "name" and I want to have only the results form the table A and not from table B. Is it