Re: What is the best way to index 15 million documents of total size 425 GB?

2016-03-04 Thread Evert R.
I have worked with Pentaho and I believe your problem might be there Try to settled a quick php script and you might get better results with it. There is no need for Data Integration on that. Just a tip. Em 04/03/2016 13:12, "Walter Underwood" escreveu: > > > On Mar 3, 2016, at 9:54 AM, Ane

Re: Highlight brings the content from the first pages of pdf

2016-02-15 Thread Evert R.
e standard highlighter that you > > might have. > > > > As an additional note, I also suggest that you look into the > > PostingsHighlighter ( > > https://cwiki.apache.org/confluence/display/solr/Postings+Highlighter), > > since you seem to be running highlighting on

Re: Highlight brings the content from the first pages of pdf

2016-02-15 Thread Evert R.
re efficient at highlighting huge fields as compared to the > standard highlighter. > > On Mon, Feb 15, 2016 at 4:15 AM Evert R. wrote: > > > Binoy, > > > > You are the man! =) > > > > Thank you very much! > > > > Would you by chance know how

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Evert R.
hh wait, I see that I made the analyzed typo. Awfully sorry for that, I'm > using my phone to send the mail out. > > On Sun, 14 Feb 2016, 23:53 Evert R. wrote: > > > Hi Binoy, > > > > thanks! > > > > Still not working, check the output: > > >

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Evert R.
:31 GMT-02:00 Binoy Dalal : > Don't add this parameter to the searchComponent definition, because the > components where you've added it, GapFragmenter and RegexFragmenter, simply > don't use it. > Instead, add it to your request handler (/select etc.) if you've

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Evert R.
haracters. > > I think this might be your hiccup. > > On Sun, 14 Feb 2016, 17:11 Evert R. wrote: > > > Hi Paul, > > > > Sorry my late reply. > > > > All the content is inside de docs. It brings the docs and the pdf file > that > > has the

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Evert R.
the stored content is shortened. Can it be? > Can you see that inside the docs? > > paul > > > Evert R. <mailto:evert.ra...@gmail.com> > > 14 February 2016 at 11:26 > > Hi There, > > > > I have a situation where started a techproducts, without any >

Highlight brings the content from the first pages of pdf

2016-02-14 Thread Evert R.
Hi There, I have a situation where started a techproducts, without any modification, post a pdf file. When searching as: q=text:search_word hl=true hl.fl=content It show the highlight accordingly! =) BUT... *if the "search_word" is after the first pages* in my pdf file, such as page 15... It s

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-17 Thread Evert R.
olr has a very steep learning curve. I've been using it for several years > and I still consider myself a noob. It can be a deep dive, but don't be > discouraged. Keep at it. Cheers! > > -Teague > > On Wed, Dec 16, 2015 at 8:54 PM, Evert R. wrote: > > > Hi Eri

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-17 Thread Evert R.
en searching on the "text" field > the above should show something in the highlights section. > > Please take the time to provide complete details. Guessing what you're > doing is wasting time, mine and yours. Once more: > 1> what is the schema definition for the

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
put something in the FQ like "id:123456" to target a > specific record. > > > > Did you get a hit? If no, then it's not highlighting that's the issue. > If yes, then try dumping this in your address bar (using your URL/IP, > search term, and core name of co

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
atenateAll="1" preserveOriginal="1" generateNumberParts="0" > generateWordParts="0" /> > synonyms="index_synonyms.txt" ignoreCase="true" expand="true"/> > > >

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
7;s about as basic as you get. It's searching for "accents" in the > features field and returning highlights on the features field. > > Once that's working, _then_ refine. > > Best, > Erick > > On Wed, Dec 16, 2015 at 8:21 AM, Evert R. wrote: > > H

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
mple thing is that if you have those parameters within the configuration > you can avoid to pass them (as part of the requests), but probably in this > phase, where you are testing, it's better to have them there (in the > request). > > Andrea > > 2015-12-16 15:2

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
. > > Andrea > > [1] https://wiki.apache.org/solr/HighlightingParameters > > > > > 2015-12-16 12:51 GMT+01:00 Evert R. : > > > Hi everyone! > > > > I think I should not have posted my server name... never had that many > > access attempts... > &

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
Hi everyone! I think I should not have posted my server name... never had that many access attempts... 2015-12-16 9:03 GMT-02:00 Evert R. : > Hello Erick, > > Thanks again for your time. > > Here is as far as I have gone: > > 1. I started a fresh install and did the foll

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
nd they'll have the tags you > specify for highlighting. > > Your app needs to pull the information from the highlight portion of > the response packet rather than the document list. Just execute your > queries via cURL or a browser to see the structure of a response to > see wh

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-15 Thread Evert R.
trips attachments, your's > didn't come through. > > Best, > Erick > > On Tue, Dec 15, 2015 at 3:25 AM, Evert R. wrote: > > Hi there! > > > > It´s my first installation, not sure if here is the right channel... > > > > Here is my steps: > >

Solr Basic Configuration - Highlight - Begginer

2015-12-15 Thread Evert R.
Hi there! It´s my first installation, not sure if here is the right channel... Here is my steps: 1. Set up a basic install of solr 5.4.0 2. Create a new core through command line (bin/solr create -c test) 3. Post 2 files: 1 .docx and 2 .pdf (bin/post -c test /docs/test/) 4. Query over the bro