Re: Displaying a particular field on result

2014-06-03 Thread Bayu Widyasanyata
Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency > > > On Wed, Jun 4, 2014 at 9:08 AM, Bayu Widyasanyata > wrote: > > Hi Alexandre, > > > > I've already play with &

Re: Displaying a particular field on result

2014-06-03 Thread Bayu Widyasanyata
in UI as well. > > If not, then you really do need to rephrase your question. Maybe by > giving a very specific example. > > Regards, >Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > profi

Re: Displaying a particular field on result

2014-06-03 Thread Bayu Widyasanyata
4, 2014 at 5:19 AM, Ahmet Arslan wrote: > Hi Bayu, > > I think this is a nutch question, no? > > Ahmet > > > > On Wednesday, June 4, 2014 1:13 AM, Bayu Widyasanyata < > bwidyasany...@gmail.com> wrote: > Hi, > > I'm sorry if this is a frequently

Displaying a particular field on result

2014-06-03 Thread Bayu Widyasanyata
Hi, I'm sorry if this is a frequently asked question. In default Solr's schema.xml file we define an "author" field like following: But this field seems not parsed (by nutch) and indexed (by Solr). My query is always return null result for "author" field even some documents (PDF) are have a

Re: Auto optimized of Solr indexing results

2013-12-02 Thread Bayu Widyasanyata
ue. > > Best, > Erick > > > On Sun, Dec 1, 2013 at 8:00 PM, Bayu Widyasanyata > wrote: > > > Hi Erick, > > > > After waiting for some days abt. a week (I did daily crawling & > indexing), > > here are the docs summary: > > > >

Re: Auto optimized of Solr indexing results

2013-12-01 Thread Bayu Widyasanyata
y in solrconfig.xml is still disabled. Should we enable it and wait for the effect? Thanks! On Wed, Nov 20, 2013 at 9:55 PM, Bayu Widyasanyata wrote: > Thanks Erick. > I will check that on next round. > > --- > wassalam, > [bayu] > > /sent from Android phone/ >

Re: Auto optimized of Solr indexing results

2013-11-20 Thread Bayu Widyasanyata
(I typically use 20% or so, but YMMV) then optimize > might be worthwhile. Otherwise, it's a distraction unless and until > you have some evidence that it actually makes a difference. > > Best, > Erick > > > On Wed, Nov 20, 2013 at 7:33 AM, Bayu Widyasanyata > wrot

Auto optimized of Solr indexing results

2013-11-20 Thread Bayu Widyasanyata
Hi, After successfully configured re-crawling script, I sometimes checked and found on Solr Admin that "Optimized" status of my collection is not optimized (slash icon). Hence I did optimized steps manually. How to make my crawling optimized automatically? Should we restart Solr (I use Tomcat)

Re: Can not find solr core on admin page after setup

2013-10-30 Thread Bayu Widyasanyata
Hi Engy, Have you copy solr's war (e.g. solr-4.5.1.war, for latest Solr distribution) from Solr source distribution to Tomcat's webapps directory (rename to solr.war on webapps dir.)? After put that file and restarted the Tomcat, it will create 'solr' folder under webapps. Or, if you still found

Re: Replace document title with filename if it's empty

2013-10-29 Thread Bayu Widyasanyata
rite a SolrJ program that does the Tika processing and add it > before you sent the doc, see: > http://searchhub.org/2012/02/14/indexing-with-solrj/ > > Best, > Erick > > > On Mon, Oct 28, 2013 at 12:12 PM, Bayu Widyasanyata < > bwidyasany...@gmail.com > > wrote

Replace document title with filename if it's empty

2013-10-28 Thread Bayu Widyasanyata
Hi, I just found that some of PDFs files crawled has no (empty) 'title' metadata. How to define or fetch the filename, and use it (filename) replacing empty 'title' field? I didn't found "filename" field on schema.xml, and don't know how to make conditional for above conditions (if title is empty

Re: Solr Update URI is not found

2013-10-28 Thread Bayu Widyasanyata
coming from > someplace else. And there are map/reduce tasks in here. > > BTW, it would be more helpful if you posted the URL that you > successfully queried Solr with... What is the /2 on the end for? > Do you use that when you query? > > Best, > Erick > > > On Mon,

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
On Mon, Oct 28, 2013 at 1:26 PM, Raymond Wiker wrote: > > request: http://localhost:8080/solr/update?wt=javabin&version=2 > > I think this url is incorrect: there should be a core name between "solr" > and "update". > I changed th SolrURL on crawl script's option to: ./bin/crawl urls/seed.txt T

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
xandrerafalovitch > - Time is the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Mon, Oct 28, 2013 at 8:54 AM, Bayu Widyasanyata > wrote: > > > Additional info: > >

Re: Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
ct/2013:08:50:02 +0700] "POST /solr/update?wt=javabin&version=2 HTTP/1.1" 404 973 Thanks.- On Mon, Oct 28, 2013 at 7:19 AM, Bayu Widyasanyata wrote: > Hi, > > I just installed Nutch 1.7 and latest Solr 4.5.1 successfully. > But I got the error when execute the c

Solr Update URI is not found

2013-10-27 Thread Bayu Widyasanyata
Hi, I just installed Nutch 1.7 and latest Solr 4.5.1 successfully. But I got the error when execute the crawl script (./bin/crawl urls/seed.txt TestCrawl http://localhost:8080/solr/ 2) The error is occured on Solr Indexer step. Following the error on hadoop.log: 2013-10-28 06:16:59,815 WARN map

Re: How to protect Solr 4.1 Admin page?

2013-02-14 Thread Bayu Widyasanyata
On Thu, Feb 14, 2013 at 3:53 PM, Gora Mohanty wrote: > 3. Depending on how you installed Solr, there should be a folder > like webapps/solr/WEB-INF/ . In that folder, edit web.xml, and > add and tags. The entries > for the latter should match the entries in step 1. > One thing that

How to protect Solr 4.1 Admin page?

2013-02-14 Thread Bayu Widyasanyata
Hi, I'm sure it's an "old" question.. I just want protecting Admin page (/solr) with Basic Authentication. But I can't found fine answer yet out there. I use Solr 4.1 with Apache Tomcat/7.0.35. Could anyone give me a quick hints or links? Thanks in advance! -- wassalam, [bayu]