[jira] Updated: (SOLR-575) Highlighting spans should merge across phrase query

2008-08-19 Thread Shalin Shekhar Mangar (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-575:
---

Fix Version/s: 1.4

 Highlighting spans should merge across phrase query
 ---

 Key: SOLR-575
 URL: https://issues.apache.org/jira/browse/SOLR-575
 Project: Solr
  Issue Type: Improvement
  Components: highlighter
Affects Versions: 1.2
Reporter: Brian Whitman
Priority: Minor
 Fix For: 1.4


 Somewhat related to but separate from SOLR-553,
 It would be nice if the highlighter component joined the formatter tags 
 across an entire PhraseQuery.
 e.g. 
 Lights (Live) : spanI/span spanLove/span spanYou/span But 
 spanI've/span spanChosen/span spanDarkness/span :
 should really be
 Lights (Live) : spanI Love You But I've Chosen Darkness/span :
 assuming the query that generated these fragments was I Love You But I've 
 Chosen Darkness
 I assume there's issues with stopwords (the But in the name was not formatted)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-575) Highlighting spans should merge across phrase query

2008-08-14 Thread Otis Gospodnetic (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Otis Gospodnetic updated SOLR-575:
--

Priority: Minor  (was: Major)

Brian, perhaps something as simple as the java equivalent of s//span 
span//g might work?


 Highlighting spans should merge across phrase query
 ---

 Key: SOLR-575
 URL: https://issues.apache.org/jira/browse/SOLR-575
 Project: Solr
  Issue Type: Improvement
  Components: highlighter
Affects Versions: 1.2
Reporter: Brian Whitman
Priority: Minor

 Somewhat related to but separate from SOLR-553,
 It would be nice if the highlighter component joined the formatter tags 
 across an entire PhraseQuery.
 e.g. 
 Lights (Live) : spanI/span spanLove/span spanYou/span But 
 spanI've/span spanChosen/span spanDarkness/span :
 should really be
 Lights (Live) : spanI Love You But I've Chosen Darkness/span :
 assuming the query that generated these fragments was I Love You But I've 
 Chosen Darkness
 I assume there's issues with stopwords (the But in the name was not formatted)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.