query ( dynamicField ) in solr

2009-12-22 Thread Gustavo
i can have many sku_defaultPrice_* but i have no idea in how to make the query with this kind of field thanks for helping -- -- Atenciosamente, Gustavo de Araujo Lima Machado Telefone: +55 +21 *** Celular: +55+21 99034401 E-Mail: g.macha...@gmail.com.br ResidĂȘncia :

How can I force the threshold for a fuzzy query?

2011-10-27 Thread Gustavo Falco
Hi guys, I'm new to Solr (as you may guess for the subject). I'd like to force the threshold for fuzzy queries to, say, 0.7. I've read that fuzzy queries are expensive, but limiting it's threshold to a number near 1 would help. So my question is: Is this possible to configure in some of the xml c

Re: How can I force the threshold for a fuzzy query?

2011-10-27 Thread Gustavo Falco
parser and reset that value if it is too fuzzy. > look for protected Query newFuzzyQuery(Term term, float > minimumSimilarity, int prefixLength) there you can change the actual > value used for minimumSimilarity > > simon > > > On Thu, Oct 27, 2011 at 4:54 PM, Gustavo Falco &

Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-03 Thread Gustavo Falco
Hi guys! I have a couple of questions that I hope someone could help me with: 1) Recently I've implemented Solr in my app. My use case is not complicated. Suppose that there will be 50 concurrent users tops. This is an app like, let's say, a CRM. I tell you this so you have an idea in terms of ho

Re: Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-04 Thread Gustavo Falco
cords, I'd put everything in a > single index and > use filterqueries to restrict views. > 3> I guess this relates to <2>. And I'd use a single core. If, for > some reason, you decide > that you need multiple indexes, use several cores with ONE Solr > rathe

Re: Three questions about: Commit, single index vs multiple indexes and implementation advice

2011-11-04 Thread Gustavo Falco
e. 2011/11/4 Brian Gerby > > Gustavo - > > Even with the most basic requirements, I'd recommend setting up a > multi-core configuration so you can RELOAD the main core you will be using > when you make simple changes to config files. This is much cleaner than > bouncing solr each t

Use Parallel Search

2011-02-02 Thread Gustavo Maia
Hello, Let me give a brief description of my scenario. Today I am only using Lucene 2.9.3. I have an index of 30 million documents distributed on three machines and each machine with 6 hds (15k rmp). The server queries the search index using the remote class search. And each machine is made to sea

Re: Use Parallel Search

2011-02-02 Thread Gustavo Maia
2011/2/2 Gustavo Maia > Hello, > > Let me give a brief description of my scenario. > Today I am only using Lucene 2.9.3. I have an index of 30 million > documents distributed on three machines and each machine with 6 hds (15k > rmp). > The server queries the search index u

Re: Open Too Many Files

2011-02-03 Thread Gustavo Maia
Try it. ulimit -n20 2011/2/3 Grijesh > > best option to use > true > > decreasing mergeFactor may cause indexing slow > > - > Thanx: > Grijesh > http://lucidimagination.com > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2412415.

What is the best protocol for data transfer rate HTTP or RMI?

2011-02-03 Thread Gustavo Maia
Hello, I am doing a comparative study between Lucene and Solr and wish to obtain more concrete data on the data transfer using the lucene RemoteSearch that uses RMI and data transfer of SOLR that uses the HTTP protocol. Gustavo Maia

Use Parallel Search

2011-02-03 Thread Gustavo Maia
having 6 instances of SORL server? Another question would be if the SOLR would have some limiting size index for Hard drive? It would be interesting not index too big because when the index increased the longer the search. Thanks for everything. Gustavo Maia

Re: Use Parallel Search

2011-02-04 Thread Gustavo Maia
only necessary to add more machines? 2011/2/4 Ganesh > I am having similar kind of problem. I need to scale out. Could you explain > how you have done distributed indexing and search using Lucene. > > Regards > Ganesh > > - Original Message - > From: "Gus

Re: What is the best protocol for data transfer rate HTTP or RMI?

2011-02-04 Thread Gustavo Maia
formachine? What is the maximum size of index you use for HD? Are you using theSORL or lucene? How many instance you have the SOLR server on each machine? Sorry for so many questions. Gustavo Maia 2011/2/4 Otis Gospodnetic > Gustavo, > > I haven't used RMI in 5 years, but last ti

Maven repositories

2009-04-15 Thread Gustavo Lopes
Hi, does anyone know the location of the maven snapshot repositories for solr 1.4-SNAPSHOT? Thanks -- Gustavo Lopes smime.p7s Description: S/MIME Cryptographic Signature

Slow indexing with data import handler

2009-04-18 Thread Gustavo A. Lopes
I'm indexing around 1 million documents of one type that requires 4 additional queries for each document + 0,5 M documents that only require 1 query for all. I'm using the data import handler from contrib with SolrWriter modified with allowDups = true (doesn't seem to have made any difference).