Max Rows

2011-07-15 Thread Alejandro Delgadillo
Hi guys! For the past year I¹ve been using Solr with Coldfusion as a search engine for a Library, so far so good I¹ve managed to index different collections using only the 5 custom fields (category, custom1 ... 5) available, since It has worked so good I decided to use Solr to make something like

Re: Solr Coldfusion Search Issue

2011-06-07 Thread Alejandro Delgadillo
ll" wrote: > Can you see the query actually presented to solr in the logs ? > > maybe capture that and then run it with a debug true in the admin pages. > > sorry i cant help directly with your syntax > > > On 7 June 2011 23:06, Alejandro Delgadillo wrote: >>

Solr Coldfusion Search Issue

2011-06-07 Thread Alejandro Delgadillo
Hi, I¹m having some troubles using Solr throught Coldfusion, the problem right now is that when I search for a term in a Custom field, the results sometimes have the value that I sent to the custom field and not to the field that contains the text, this is the cfsearch sintax that I¹m using: E

Re: Field Length and Highlight

2011-04-27 Thread Alejandro Delgadillo
Thanks man... That did it. On 4/26/11 6:00 PM, "Koji Sekiguchi" wrote: > (11/04/27 7:35), Alejandro Delgadillo wrote: >> Hi, >> >> I¹ve been using solr with Coldfusion9, I¹ve made a couple of adjustment to >> it in order to fulfill my needs of my

Field Length and Highlight

2011-04-26 Thread Alejandro Delgadillo
Hi, I¹ve been using solr with Coldfusion9, I¹ve made a couple of adjustment to it in order to fulfill my needs of my client, I¹m using solr as a document search engine for a online library which has documents larger then 20MB and some of them have more than 20 pages. The thing is that... At firs

Re: Solr for noSQL

2011-01-28 Thread Alejandro Delgadillo
Have you tried indexing using HTTP POST, you just call your information or documents from your DB and store it in a variable, next you just loop the POST as many register you have, and problem solve. With this method it doesn't matter what kind of DB you are using... On 1/28/11 7:43 AM, "Erick E

Re: Separate Lines Like Google

2010-12-13 Thread Alejandro Delgadillo
document but it is from a different paragraph, aside from the highlight there is no way to tell them apart, that's the problem I've been having. I put the hl.snippets under my default search handler... On 12/13/10 8:45 AM, "Koji Sekiguchi" wrote: > (10/12/13 23:00),

Separate Lines Like Google

2010-12-13 Thread Alejandro Delgadillo
Hi everybody, I¹m having some troubles trying to figure out how to separate lines in a paragraph from a search result, I¹m indexing PDF¹s but when I search the highlight terms I can not know when the first line ends and the next one begins, Is there a way to put a [...] like google o a Paragrap

Separate Lines Like Google

2010-12-10 Thread Alejandro Delgadillo
Hi everybody, I¹m having some troubles trying to figure out how to separate lines in a paragraph from a search result, I¹m indexing PDF¹s but when I search the highlight terms I can not know when the first line ends and the next one begins, Is there a way to put a [...] like google o a Paragraph

Separate Lines Like Google

2010-12-10 Thread Alejandro Delgadillo
Hi everybody, I¹m having some troubles trying to figure out how to separate lines in a paragraph from a search result, I¹m indexing PDF¹s but when I search the highlight terms I can not know when the first line ends and the next one begins, Is there a way to put a [...] like google o a Paragraph