Re: QueryElevationComponent not working in Distributed Search

2012-10-08 Thread vasokan
Hi Erick,

I cannot migrate to 4.0-ALPHA or 4.0-BETA because of the dependency in
configuration as part of indexing in solrconfig.xml and schema.xml.

When I try to use 4.0 version, I get a series of errors that pops up.  Also
I cannot change the entire configuration files that are available to me.

So I tried patching up the diffs that were available as attachments in the
issue that I have mentioned below.
https://issues.apache.org/jira/browse/SOLR-2949 .  But still I was facing
some issues and tried replacing QueryElevationComponent.java from the newer
versions.  But I still do not find the functionality of elevating to be
working for distributed search.

Can you pleae let me know if there is any mean that I can include this fix
without migrating to newer versions.

Thank you,
Vinoth



--
View this message in context: 
http://lucene.472066.n3.nabble.com/QueryElevationComponent-not-working-in-Distributed-Search-tp4011785p4012382.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: QueryElevationComponent not working in Distributed Search

2012-10-08 Thread Erick Erickson
You shouldn't try copying files around, your comment that you
 tried replacing QueryElevationComponent.java leads me to
think you tried that. Instead, I notice that there's a SOLR-2949.3x
patch. If you want to try that, you can apply the patch to the 3.x code
line. See working with patches at
http://wiki.apache.org/solr/HowToContribute

WARNING: I have no clue whether that patch will apply cleanly, nor
whether it will actually fix distrib QEV. It doesn't look like it was
applied to 3.x. Also, looking at the comments it's not clear that
it _would_ work, see Marks last comment.

What kinds of errors do you get with 4.0? It's true that a bunch
has changed, but I really don't see any other reliable way to
get distributed QEV working other than either using 4.0 or
patching 3.6... and if you do this latter you're kind of on you own.

Best
Erick

On Mon, Oct 8, 2012 at 2:21 AM, vasokan vaso...@andrew.cmu.edu wrote:
 Hi Erick,

 I cannot migrate to 4.0-ALPHA or 4.0-BETA because of the dependency in
 configuration as part of indexing in solrconfig.xml and schema.xml.

 When I try to use 4.0 version, I get a series of errors that pops up.  Also
 I cannot change the entire configuration files that are available to me.

 So I tried patching up the diffs that were available as attachments in the
 issue that I have mentioned below.
 https://issues.apache.org/jira/browse/SOLR-2949 .  But still I was facing
 some issues and tried replacing QueryElevationComponent.java from the newer
 versions.  But I still do not find the functionality of elevating to be
 working for distributed search.

 Can you pleae let me know if there is any mean that I can include this fix
 without migrating to newer versions.

 Thank you,
 Vinoth



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/QueryElevationComponent-not-working-in-Distributed-Search-tp4011785p4012382.html
 Sent from the Solr - User mailing list archive at Nabble.com.


QueryElevationComponent not working in Distributed Search

2012-10-04 Thread vasokan
Hi,

I am using the following version of Solr.

Solr Specification Version: 3.6.0.2012.04.06.11.34.07
Solr Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06 11:34:07
Lucene Specification Version: 3.6.0
Lucene Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06 
11:31:16

Elevation of documents is working fine when tested for single system.  But
is not working for distributed systems.  I found a relevant issue as in the
link https://issues.apache.org/jira/browse/SOLR-2949 and it is currently
resolved.

I am in need to understand
1.  Whether the fix for the issue I have mentioned above is present in my
version.
2.  Is the problem of elevating in distributed search still exists.

It will be of great help if anyone can share me your ideas with me.

Thank you,
Vinoth Asokan



--
View this message in context: 
http://lucene.472066.n3.nabble.com/QueryElevationComponent-not-working-in-Distributed-Search-tp4011780.html
Sent from the Solr - User mailing list archive at Nabble.com.


QueryElevationComponent not working in Distributed Search

2012-10-04 Thread vasokan
Hi,

I am using the following version of Solr.

Solr Specification Version: 3.6.0.2012.04.06.11.34.07
Solr Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06
11:34:07
Lucene Specification Version: 3.6.0
Lucene Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06
11:31:16

Elevation of documents is working fine when tested for single system.  But
is not working for distributed systems.  I found a relevant issue as in the
link https://issues.apache.org/jira/browse/SOLR-2949 and it is currently
resolved.

I am in need to understand
1.  Whether the fix for the issue I have mentioned above is present in my
version.
2.  Is the problem of elevating in distributed search still exists.

It will be of great help if anyone can share me your ideas with me.

Thank you,
Vinoth Asokan 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/QueryElevationComponent-not-working-in-Distributed-Search-tp4011785.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: QueryElevationComponent not working in Distributed Search

2012-10-04 Thread Erick Erickson
no, it's not. The fix version is 4.0-ALPHA

So you can test this pretty easily for yourself by getting 4.0
alpha/beta or RC1 and giving it a whirl...


Best
Erick

On Thu, Oct 4, 2012 at 10:10 AM, vasokan vaso...@andrew.cmu.edu wrote:
 Hi,

 I am using the following version of Solr.

 Solr Specification Version: 3.6.0.2012.04.06.11.34.07
 Solr Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06
 11:34:07
 Lucene Specification Version: 3.6.0
 Lucene Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06
 11:31:16

 Elevation of documents is working fine when tested for single system.  But
 is not working for distributed systems.  I found a relevant issue as in the
 link https://issues.apache.org/jira/browse/SOLR-2949 and it is currently
 resolved.

 I am in need to understand
 1.  Whether the fix for the issue I have mentioned above is present in my
 version.
 2.  Is the problem of elevating in distributed search still exists.

 It will be of great help if anyone can share me your ideas with me.

 Thank you,
 Vinoth Asokan



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/QueryElevationComponent-not-working-in-Distributed-Search-tp4011785.html
 Sent from the Solr - User mailing list archive at Nabble.com.