[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2014-03-15 Thread David Smiley (JIRA)

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

David Smiley updated LUCENE-2997:
-

Fix Version/s: (was: 4.7)
   4.8

 PayloadQueryParser addition
 ---

 Key: LUCENE-2997
 URL: https://issues.apache.org/jira/browse/LUCENE-2997
 Project: Lucene - Core
  Issue Type: New Feature
  Components: core/queryparser, modules/other
Affects Versions: 3.0.1
 Environment: n/a
Reporter: Edward Drapkin
  Labels: dead, features, patch
 Fix For: 4.8

 Attachments: PayloadQueryParser.java

   Original Estimate: 0h
  Remaining Estimate: 0h

 I recently needed to deploy payloads for my search system and ran into a 
 small wall: there was no query parser available for use with Payloads.  I 
 through this one together, extending out of the new modular QueryParser 
 structure.
 Attached is the class file.  I didn't know what package this would belong in 
 (whether with the query parser or with the rest of the payload functionality 
 in contrib/analyzers), so it's in the default package for now.
 I know this is a little, simple thing, but it seemed like something that 
 should probably be included.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2013-05-09 Thread Uwe Schindler (JIRA)

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

Uwe Schindler updated LUCENE-2997:
--

Fix Version/s: (was: 4.3)
   4.4

 PayloadQueryParser addition
 ---

 Key: LUCENE-2997
 URL: https://issues.apache.org/jira/browse/LUCENE-2997
 Project: Lucene - Core
  Issue Type: New Feature
  Components: core/queryparser, modules/other
Affects Versions: 3.0.1
 Environment: n/a
Reporter: Edward Drapkin
  Labels: features, patch
 Fix For: 4.4

 Attachments: PayloadQueryParser.java

   Original Estimate: 0h
  Remaining Estimate: 0h

 I recently needed to deploy payloads for my search system and ran into a 
 small wall: there was no query parser available for use with Payloads.  I 
 through this one together, extending out of the new modular QueryParser 
 structure.
 Attached is the class file.  I didn't know what package this would belong in 
 (whether with the query parser or with the rest of the payload functionality 
 in contrib/analyzers), so it's in the default package for now.
 I know this is a little, simple thing, but it seemed like something that 
 should probably be included.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2011-11-12 Thread Simon Willnauer (Updated) (JIRA)

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

Simon Willnauer updated LUCENE-2997:


Fix Version/s: (was: 3.0.4)
   4.0
   3.6

 PayloadQueryParser addition
 ---

 Key: LUCENE-2997
 URL: https://issues.apache.org/jira/browse/LUCENE-2997
 Project: Lucene - Java
  Issue Type: New Feature
  Components: core/queryparser, modules/other
Affects Versions: 3.0.1
 Environment: n/a
Reporter: Edward Drapkin
  Labels: features, patch
 Fix For: 3.6, 4.0

 Attachments: PayloadQueryParser.java

   Original Estimate: 0h
  Remaining Estimate: 0h

 I recently needed to deploy payloads for my search system and ran into a 
 small wall: there was no query parser available for use with Payloads.  I 
 through this one together, extending out of the new modular QueryParser 
 structure.
 Attached is the class file.  I didn't know what package this would belong in 
 (whether with the query parser or with the rest of the payload functionality 
 in contrib/analyzers), so it's in the default package for now.
 I know this is a little, simple thing, but it seemed like something that 
 should probably be included.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2011-03-28 Thread Edward Drapkin (JIRA)

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

Edward Drapkin updated LUCENE-2997:
---

Attachment: PayloadQueryParser.java

PayloadQueryParser implementation.

 PayloadQueryParser addition
 ---

 Key: LUCENE-2997
 URL: https://issues.apache.org/jira/browse/LUCENE-2997
 Project: Lucene - Java
  Issue Type: New Feature
  Components: contrib/*, QueryParser
Affects Versions: 3.0.1
 Environment: n/a
Reporter: Edward Drapkin
  Labels: features, patch
 Fix For: 3.0.4

 Attachments: PayloadQueryParser.java

   Original Estimate: 0h
  Remaining Estimate: 0h

 I recently needed to deploy payloads for my search system and ran into a 
 small wall: there was no query parser available for use with Payloads.  I 
 through this one together, extending out of the new modular QueryParser 
 structure.
 Attached is the class file.  I didn't know what package this would belong in 
 (whether with the query parser or with the rest of the payload functionality 
 in contrib/analyzers), so it's in the default package for now.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2011-03-28 Thread Edward Drapkin (JIRA)

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

Edward Drapkin updated LUCENE-2997:
---

Description: 
I recently needed to deploy payloads for my search system and ran into a small 
wall: there was no query parser available for use with Payloads.  I through 
this one together, extending out of the new modular QueryParser structure.

Attached is the class file.  I didn't know what package this would belong in 
(whether with the query parser or with the rest of the payload functionality in 
contrib/analyzers), so it's in the default package for now.

I know this is a little, simple thing, but it seemed like something that should 
probably be included.

  was:
I recently needed to deploy payloads for my search system and ran into a small 
wall: there was no query parser available for use with Payloads.  I through 
this one together, extending out of the new modular QueryParser structure.

Attached is the class file.  I didn't know what package this would belong in 
(whether with the query parser or with the rest of the payload functionality in 
contrib/analyzers), so it's in the default package for now.


 PayloadQueryParser addition
 ---

 Key: LUCENE-2997
 URL: https://issues.apache.org/jira/browse/LUCENE-2997
 Project: Lucene - Java
  Issue Type: New Feature
  Components: contrib/*, QueryParser
Affects Versions: 3.0.1
 Environment: n/a
Reporter: Edward Drapkin
  Labels: features, patch
 Fix For: 3.0.4

 Attachments: PayloadQueryParser.java

   Original Estimate: 0h
  Remaining Estimate: 0h

 I recently needed to deploy payloads for my search system and ran into a 
 small wall: there was no query parser available for use with Payloads.  I 
 through this one together, extending out of the new modular QueryParser 
 structure.
 Attached is the class file.  I didn't know what package this would belong in 
 (whether with the query parser or with the rest of the payload functionality 
 in contrib/analyzers), so it's in the default package for now.
 I know this is a little, simple thing, but it seemed like something that 
 should probably be included.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org