exact match with id field (represented as url) in solr 3.5

2012-03-16 Thread Roberto Iannone
ot;     double name="time"0.0/double     lst name="org.apache.solr.handler.component.QueryComponent"   double name="time"0.0/double     /lst     lst name="org.apache.solr.handler.component.FacetCo

help no segment in my lucene index!!!

2011-11-28 Thread Roberto Iannone
Hi all, after a power supply inperruption my lucene index (about 28 GB) looks like this: 18/11/2011 20:29 2.016.961.997 _3d.fdt 18/11/2011 20:29 1.816.004 _3d.fdx 18/11/2011 20:2989 _3d.fnm 18/11/2011 20:30 197.323.436 _3d.frq 18/11/2011 20:30

Re: help no segment in my lucene index!!!

2011-11-28 Thread Roberto Iannone
Hi Michael, thx for your help :) 2011/11/28 Michael McCandless luc...@mikemccandless.com Which version of Solr/Lucene were you using when you hit power loss? I'm using Lucene 3.4. There was a known bug that could allow power loss to cause corruption, but this was fixed in Lucene 3.4.0.

Store content out of solr

2009-02-17 Thread roberto
Hello, We are indexing information from diferent sources so we would like to centralize the information content so i can retrieve using the ID provided buy solr? Does anyone did something like this, and have some advices ? I thinking in store the information into a database like mysql ? Thanks,

Request a specifc document

2009-01-15 Thread roberto
Hello, There is any way to request a document (a field) using the doc id? it would be very nice if i could use an responsewriter to response the document in an html form? Does someone already did it? Thanks, -- Without love, we are birds with broken wings. Morrie

Re: Get All terms from all documents

2008-12-19 Thread roberto
Erick, Thanks this sounds good, i'll try. Mike, Could you give more details about query logs? Thanks On Fri, Dec 19, 2008 at 12:02 AM, Mike Klaas mike.kl...@gmail.com wrote: On 18-Dec-08, at 10:53 AM, roberto wrote: Erick, Thanks for the answer, let me clarify the thing, we would like

Re: Get All terms from all documents

2008-12-18 Thread roberto
to see? Because, for instance, a drop-down of 10,000 terms is totally useless. Best Erick On Wed, Dec 17, 2008 at 10:02 PM, roberto miles.c...@gmail.com wrote: Grant It completely crazy do something like this i know, but the customer want´s, i´m really trying to figure out how to do

Get All terms from all documents

2008-12-17 Thread roberto
Hello, I need to get all terms from all documents to be placed in my interface almost like the facets, how can i do it? thanks -- Without love, we are birds with broken wings. Morrie

Re: Get All terms from all documents

2008-12-17 Thread roberto
enter all fields (which you can get from LukeRequestHandler) -Grant On Dec 17, 2008, at 2:17 PM, roberto wrote: Hello, I need to get all terms from all documents to be placed in my interface almost like the facets, how can i do it? thanks -- Without love, we are birds with broken

checkout 1.4 snapshot

2008-12-16 Thread roberto
Hello, Someone could tell me how can i checkout the 1.4 snapshot ? thanks, -- Without love, we are birds with broken wings. Morrie

Re: checkout 1.4 snapshot

2008-12-16 Thread roberto
if this represent the 1.4 version, but as being the trunk it's the latest version. Best, Patrick -Original Message- From: roberto [mailto:miles.c...@gmail.com] Sent: dinsdag 16 december 2008 22:13 To: solr-user@lucene.apache.org Subject: checkout 1.4 snapshot Hello, Someone could tell me

Auto Suggest

2008-12-16 Thread roberto
Hello, I'm looking to implement one auto suggest search feature, i found a fews posts with some information about the EdgeNGramFilterFactory but i couldn't understand very well how to implement, someone can send me kindly the way? thanks, -- Without love, we are birds with broken wings.

problems with SpellCheckComponent

2008-07-08 Thread Roberto Nieto
Hi, I have downloaded the trunk version today and I´m having problems with the SpellCheckComponent. Its any known bug? This is my configuration: # searchComponent name=spellcheck

never desallocate RAM...during search

2008-06-18 Thread Roberto Nieto
Hi users, Somedays ago I made a question about RAM use during searchs but I didn't solve my problem with the ideas that some expert users told me. After making somes test I can make a more specific question hoping someone can help me. My problem is that i need highlighting and i have quite big

Re: doubt with an index of 300gb

2008-06-15 Thread Roberto Nieto
question have an obvious answer. 2008/6/15 Otis Gospodnetic [EMAIL PROTECTED]: Hi Roberto, SAN is a fine choice, if that's what you were worried about. There is no way to tell exactly how fast your searches will be, as that depends on a lot of factors -- benchmarking with your own data

Re: Memory problems when highlight with not very big index

2008-06-15 Thread Roberto Nieto
, Roberto Nieto [EMAIL PROTECTED] wrote: The part that i can't understand very well is why if i desactivate highlighting the memory doesnt grows. It only uses doc cache if highlighting is used or if content retrieve is activated? Perhaps you are highlighting some fields that you normally

Re: doubt with an index of 300gb

2008-06-15 Thread Roberto Nieto
/6/15 Otis Gospodnetic [EMAIL PROTECTED]: Roberto, All I was trying to say that it *might* be cheaper to buy: 10 smaller servers with 4 GB RAM each, for a total of 40 GB RAM than 1 big server with 40 GB RAM and the CPU matching the CPU power of 10 smaller servers Of course

doubt with an index of 300gb

2008-06-14 Thread Roberto Nieto
Hi users, I´m going to create a big index of 300gb in a SAN where i have 4TB. I read many entries in the mail list talking about using multiple index with multicore. I would like to know what kind of benefit can i have using multiple index instead of one big index if i dont have problems with the

Re: doubt with an index of 300gb

2008-06-14 Thread Roberto Nieto
it will be faster knowing that i will always need to search in the entire index. Any help or suggestion will be very usefull. Thank you very much for your attention 2008/6/14 Otis Gospodnetic [EMAIL PROTECTED]: Roberto, Here is some food for thought... Multiple smaller indices you can split

Memory problems when highlight with not very big index

2008-06-13 Thread Roberto Nieto
Hi users/developers, I´m new with solr and i have been reading the list for a few hours but i didn´t found anything to solve my doubt. I´m using 5GB index in a 2GB RAM maquine, and i´m trying to optimize the solr configuration for searching. I´ve have good searching times but when i activate

Re: Memory problems when highlight with not very big index

2008-06-13 Thread Roberto Nieto
retrieve is activated? Thnx Rober. 2008/6/13 Yonik Seeley [EMAIL PROTECTED]: On Fri, Jun 13, 2008 at 1:07 PM, Roberto Nieto [EMAIL PROTECTED] wrote: It´s possible to only allocate the 10 first results to make the snippet of only those results and use less memory? That's how