Closed (fixed)
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Nov 2009 at 20:21 UTC
Updated:
18 Jul 2011 at 20:49 UTC
_apachesolr_nodeaccess_build_subquery() is apparently now just apachesolr_nodeaccess_build_subquery()
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr_views-solr2x-nodeaccess.patch | 682 bytes | tauno |
Comments
Comment #1
Scott Reynolds commentedya but its not that in apachesolr-6.x-1.x-dev
Need to either decide only apachesolr 6--2 or we need to add if(apachesolr 6--1) else do for apachesolr 6--2
Comment #2
toemaz commentedsubscribe
Comment #3
drewish commentedSince the project page says this module requires ApacheSolr 2.x I think we can move on this.
Comment #4
drewish commentedI would have marked this as RTBC because it seems like an obvious fix but I'm not able to get it working. Not sure if there's another fix (#518500: Port over a patch to prevent apachesolr_nodeaccess from adding its subquery perhaps?) that needs to go into the mix.
Comment #5
tauno commentedThe project that I'm using this for is now fairly far out of sync with this module. It's on my list to try to sync them up again so I'll try to revisit this then.
Comment #6
Scott Reynolds commentedThe problem with this is dealing with 1.x and 2.x compatibility with Apache Solr. 2.x removed underscores.
Comment #7
drewish commentedScott, what do you mean maintaining compatibly? The project page say "Apache Solr Search Integration Project 6--2 and 7--3" so there should be no backwards compatibility issues... that or the project page needs to be changed to reflect compatibility with the 6--1 branch.
Comment #8
toemaz commentedI follow drewish on this. Seems like there is no backwards compatibility required anymore.
Comment #9
franzThis fix works for me pretty well.
Comment #10
dstuart commentedOk, Makes sense, ill commit now
Comment #11
dstuart commentedCommit to trunk
Comment #12
dstuart commentedtry that again