Re: Solr Basic Configuration - Highlight - Begginer

2015-12-15 Thread Evert R.
ggressively strips attachments, your's > didn't come through. > > Best, > Erick > > On Tue, Dec 15, 2015 at 3:25 AM, Evert R. <evert.ra...@gmail.com> wrote: > > Hi there! > > > > It´s my first installation, not sure if here is the right channel... > > &

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
eatures 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. <evert.ra...@gmail.com> wrote: > > Hi Andrea, > > > > ok, let´s do it: > > > >

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
> > words="stopwords.txt" /> > catenateAll="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.
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 course. The fq= is an example) : > > http://[URL/IP]/solr/[CORE-NAME]/select?fq=id:123456="[SEARCH-TERM]; > > > > That will dump S

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

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. <evert.ra...@gmail.com>: > Hello Erick, > > Thanks again for your time. > > Here is as far as I have gone: > > 1. I star

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
.apache.org/solr/HighlightingParameters > > > > > 2015-12-16 12:51 GMT+01:00 Evert R. <evert.ra...@gmail.com>: > > > 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.
cify 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 what I mean. > > And note that you

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-16 Thread Evert R.
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:28 GMT+01:00 Eve

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-17 Thread Evert R.
gt; 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 "text" field. Include the > fieldType definition

Re: Solr Basic Configuration - Highlight - Begginer

2015-12-17 Thread Evert R.
; Solr 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. <evert.ra...@gmail.com> wrote: &

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

2016-02-14 Thread Evert R.
zedchars. > > Ohh 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. <evert.ra...@gmail.com> wrote: > > > Hi Binoy, > > > > thanks! > > > > Still no

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

2016-02-15 Thread Evert R.
ds and postings > is much more efficient at highlighting huge fields as compared to the > standard highlighter. > > On Mon, Feb 15, 2016 at 4:15 AM Evert R. <evert.ra...@gmail.com> wrote: > > > Binoy, > > > > You are the man! =) > > > > Thank you v

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

2016-02-15 Thread Evert R.
to be running highlighting on pretty big fields and > postings > > is much more efficient at highlighting huge fields as compared to the > > standard highlighter. > > > > On Mon, Feb 15, 2016 at 4:15 AM Evert R. <evert.ra...@gmail.com> wrote: > > > > > B

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

2016-02-14 Thread Evert R.
2-14 14:31 GMT-02:00 Binoy Dalal <binoydala...@gmail.com>: > 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.)

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

2016-02-14 Thread Evert R.
r than 51200 > characters. > > I think this might be your hiccup. > > On Sun, 14 Feb 2016, 17:11 Evert R. <evert.ra...@gmail.com> wrote: > > > Hi Paul, > > > > Sorry my late reply. > > > > All the content is inside de docs. It brings the docs and the

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

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

2016-02-14 Thread Evert R.
net>: > This looks like 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 tech

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