Slow query at first time

2013-09-16 Thread Sergio Stateri
)-initialTime.getTime()) + " ms"); The response time is arround 200 ms. If I remove the prewarm query, the response time doesn´t change. Shouldn´t the response time be minor when using pre-warm query? Thanks in advance, -- Sergio Stateri Jr. stat...@gmail.com

solr performance against oracle

2013-09-04 Thread Sergio Stateri
it). How can I tell to my managers that I´d like to use Solr? I saw that filters in Solr taks arround 6~10 ms, but they´re a query inside another query that´s returned previosly. Thanks for any help. I´d like so much to use Solr, but I really don´t know to explain this to my managers. -- Sergio Stateri Jr. stat...@gmail.com

Re: phonetic search

2013-09-02 Thread Sergio Stateri
ery( query ); QueryResponse rsp = server.query( query ); But there is not results, and I have a lot of documents with CITY in the descricaoRoteiroPhonetic field. Do you know what I´m doing wrong? Thanks a lot. Sergio Stateri Junior. 2013/9/2 Erick Erickson > What you need to do is include one of

phonetic search

2013-09-02 Thread Sergio Stateri
Please, How can I make I phonetic search in Solr with portuguese (brazilian) language? I tryied including this field type: ... But this didn´t work. I have no idea about how to make a phonetic search. I´m using Solr 4. Thanks in advance, -- Sergio Stateri Jr. stat...@gmail.com

setQuery in SolrJ

2013-09-02 Thread Sergio Stateri
ava:90) at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) at com.teste.SearchRoteirosFromCollection.extrairEApresentarResultados(SearchRoteirosFromCollection.java:65) ... But If I search one a word od put * between two words, the search works fine. Thanks in advance, -- Sergio Stateri Jr. stat...@gmail.com