solr now relational between tags?!!

2015-09-05 Thread sara hajili
hi i have a social app and i wanna to index all people posts. in this case i index post data like : title,images,tags,caption,comment,like counts,etc and i need to search on tag"people tags on their post ,this tags are related to their post" i am willing to undrestand that solr know any relational

Re: frequently update field

2015-09-05 Thread sara hajili
tnx for comparison of external file and atomic update On Sat, Sep 5, 2015 at 6:53 AM, Jack Krupansky wrote: > 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 >

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 |

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

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, specify

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 test > the restart fix? > > At

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 up

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 project). I’m not > sure whe

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: 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 inde

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 = new HashMap<>(1);