Re: SOLR last modified different than filesystem last modified

2015-09-05 Thread Toke Eskildsen
sat wrote: > What do you mean by updating the viewer ? Whatever you are using to viewing the file timestamps seems to adjust for your local timezone (which is normally a fine thing). How you tell your viewer to show UTC instead, I don't know. If you use a command line tool under

Fwd: atomic update in solr with pysolr(python client)

2015-09-05 Thread sara hajili
hi have any idea about implement atomic update with pysolr.? i found this in solrJ: HttpSolrClient client = new HttpSolrClient("http://localhost:8983/solr;); // create the document SolrInputDocument sdoc = new SolrInputDocument(); sdoc.addField("id","book1"); Map fieldModifier =

Re: frequently update field

2015-09-05 Thread Upayavira
On Sat, Sep 5, 2015, at 06:16 AM, sara hajili wrote: > hi > i am new in solr, i face to a problem and need any solution to solve > that. > i have a field that this field need to update frequently. > "image i need to index all post of member of a social app" > in this case i need to store and

ghostly config issues

2015-09-05 Thread Mark Fenbers
The log data is from solr.log. There are a couple of puzzling items. 1. On line 2015-09-05 19:19:56.678, it shows a "lib" subdir (/localapps/dev/EventLog/lib) which doesn't exist and isn't specified anywhere that I can find (lots of "find | grep" commands). I did, at one point,

Re: Search opening hours

2015-09-05 Thread O. Klein
Darren, So I created worldBounds="0 0 10080 0" Didn't get polygons to work (needed at least 4 points that closed the polygon), but I figured I only needed a line and check if a point was on there. So I am using linestring now Was wondering if this would work for Monday problem. Will the line be

Could we merge solr logo into our logo?

2015-09-05 Thread Shi Jinghai
Hi there, We are integrating solr into our project (Apache OFBiz project). I’m not sure whether we could change the logo in solr admin page. I merged OFBiz and solr logo together, here it is: https://issues.apache.org/jira/secure/attachment/12753546/ofbiz-solr-logo-screenshot.jpg

Re: Could we merge solr logo into our logo?

2015-09-05 Thread Mikhail Khludnev
solr/webapp/web/css/styles/common.css refers to solr/webapp/web/img/solr.svg by #header #solr { background-image: url( ../../img/solr.svg ); On Sat, Sep 5, 2015 at 3:08 PM, Shi Jinghai wrote: > Hi there, > > We are integrating solr into our project (Apache OFBiz

Re: frequently update field

2015-09-05 Thread Jack Krupansky
The standard recommendation is to create a proof of concept implementation and see how well it performs. The external file approach is intended for bulk update, such as when the pricing for many products will be updated all at once. Atomic update is recommended for incremental updates. Atomic

Re: Issue Using Solr 5.3 Authentication and Authorization Plugins

2015-09-05 Thread Dan Davis
Kevin & Noble, I'll take it on to test this. I've built from source before, and I've wanted this authorization capability for awhile. On Fri, Sep 4, 2015 at 9:59 AM, Kevin Lee wrote: > Noble, > > Does SOLR-8000 need to be re-opened? Has anyone else been able to

Re: ghostly config issues

2015-09-05 Thread Shawn Heisey
On 9/5/2015 1:56 PM, Mark Fenbers wrote: > The log data is from solr.log. There are a couple of puzzling items. > > 1. On line 2015-09-05 19:19:56.678, it shows a "lib" subdir >(/localapps/dev/EventLog/lib) which doesn't exist and isn't >specified anywhere that I can find (lots of "find