patch attached, what next?!

2012-09-11 Thread Despot Jakimovski
Hi,

I finished attaching the patch to:
https://issues.apache.org/jira/browse/SOLR-3574
The status of the Jira issue is

   -  *Status:* [image: In Progress] In Progress
   -  *Priority:* [image: Major] Major
   -  *Resolution:* Unresolved

*Is there something else I should do (change some status/resolution and to
what?), before someone inspects the patch?*
I cannot see a log work option, so I can't change the remaining time of
the jira issue. But this might not be so important.

Cheers,
Despot


[jira] [Updated] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-09-04 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski updated SOLR-3574:


Fix Version/s: (was: 4.0)
   5.0

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 5.0
Reporter: Despot Jakimovski
Assignee: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 5.0

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

--
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] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-09-04 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski updated SOLR-3574:


Affects Version/s: (was: 4.1)
   (was: 4.0-ALPHA)

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 5.0
Reporter: Despot Jakimovski
Assignee: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 5.0

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

--
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] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-09-04 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski updated SOLR-3574:


Attachment: SOLR-3574.patch

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 5.0
Reporter: Despot Jakimovski
Assignee: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 5.0

 Attachments: SOLR-3574.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

--
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] [Commented] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-09-04 Thread Despot Jakimovski (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13447836#comment-13447836
 ] 

Despot Jakimovski commented on SOLR-3574:
-

I just added a patch from the implementation and tests of the new feature 
described above. (Can't see a Log Work button though :( )

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 5.0
Reporter: Despot Jakimovski
Assignee: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 5.0

 Attachments: SOLR-3574.patch

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

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



Re: JIRA assignee options

2012-09-04 Thread Despot Jakimovski
Hi again,

I just finished attaching the patch. The status of the Jira issue
https://issues.apache.org/jira/browse/SOLR-3574
is

   -  *Status:* [image: In Progress] In Progress
   -  *Priority:* [image: Major] Major
   -  *Resolution:* Unresolved

I cannot see a log work option, so I can't change the remaining time of
the jira issue. But this might not be so important.
Is there something else I should do (change some status/resolution and to
what?), before someone inspects the patch?

Cheers,
Despot

On Thu, Jun 28, 2012 at 9:00 AM, Despot Jakimovski 
despot.jakimov...@gmail.com wrote:

 Thanks to both! Now I am able to assign the task to myself.
 Cheers!


 On Wed, Jun 27, 2012 at 8:16 PM, Robert Muir rcm...@gmail.com wrote:

 I added you to the 'contributor' role. so you should be able to do
 this now: though I dont know if you need to logout and log back in, or
 if it takes place immediately

 Let me know if you have problems!

 On Wed, Jun 27, 2012 at 1:19 PM, Despot Jakimovski
 despot.jakimov...@gmail.com wrote:
  Hi,
 
  I would like to assign myself to the JIRA task, but I cannot find the
  Assign to button. Probably I am missing some privileges. Can someone
 help
  me fix this?
 
  Cheers,
  despot



 --
 lucidimagination.com

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





[jira] [Assigned] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-06-28 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski reassigned SOLR-3574:
---

Assignee: Despot Jakimovski

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 4.0, 4.1, 5.0
Reporter: Despot Jakimovski
Assignee: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 4.0, 4.1, 5.0

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

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



Re: JIRA assignee options

2012-06-28 Thread Despot Jakimovski
Thanks to both! Now I am able to assign the task to myself.
Cheers!

On Wed, Jun 27, 2012 at 8:16 PM, Robert Muir rcm...@gmail.com wrote:

 I added you to the 'contributor' role. so you should be able to do
 this now: though I dont know if you need to logout and log back in, or
 if it takes place immediately

 Let me know if you have problems!

 On Wed, Jun 27, 2012 at 1:19 PM, Despot Jakimovski
 despot.jakimov...@gmail.com wrote:
  Hi,
 
  I would like to assign myself to the JIRA task, but I cannot find the
  Assign to button. Probably I am missing some privileges. Can someone
 help
  me fix this?
 
  Cheers,
  despot



 --
 lucidimagination.com

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




version checkout

2012-06-27 Thread Despot Jakimovski
Hi,

I created an issue in JIRA
https://issues.apache.org/jira/browse/SOLR-3574and now I want to
develop/contribute. I would first like to create a patch
for the Solr version 3.6.0, than also include a patch for versions 4 and 5.
Is this possible or can I only create patch for last version?

As much as I read from How To
Contributehttp://wiki.apache.org/solr/HowToContributeand from what I
can see from
here https://svn.apache.org/repos/asf/lucene/dev/, there are trunk, tags,
branches and nightly available. What version is the trunk? I think I
shouldn't touch tags (those are final versions), nor branches (these is
big functionality branched code which might differ from the trunk). Can
someone please help me get up to speed with this?

Cheers,
despot


Re: version checkout

2012-06-27 Thread Despot Jakimovski
Thanks a bunch for the input!

So I guess there is no way of me doing a patch for 3.6.0 since the issue in
JIRA https://issues.apache.org/jira/browse/SOLR-3574 I reported is not a
bug (but a new feature). Ok. Than, I'll do a patch for the 4.0
(branch_4xhttps://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/)
and 5.0 (trunk). This probably will require me to change the Affected
version and Fix version on the
issuehttps://issues.apache.org/jira/browse/SOLR-3574
.

Thanks again,
despot

On Wed, Jun 27, 2012 at 12:59 PM, Tomás Fernández Löbbe 
tomasflo...@gmail.com wrote:

 Hi, currently the trunk is going to be the version 5.0. The version 4.0
 hasn't been released yet, but there is a branch (branch_4x) created for it.
 There is also a branch for 3.6.1 (lucene_solr_3_6 I think) that's only for
 bug fixes.

 The general way of working is providing patches for the different versions
 where the patch should be applied. You almost always want to apply the
 patch to the trunk. Some of them should also be applied to 4.0 (everything
 but big changes I would say) and bug fixes to 3.6.

 Tomás


 On Wed, Jun 27, 2012 at 7:12 AM, Despot Jakimovski 
 despot.jakimov...@gmail.com wrote:

 Hi,

 I created an issue in 
 JIRAhttps://issues.apache.org/jira/browse/SOLR-3574and now I want to 
 develop/contribute. I would first like to create a patch
 for the Solr version 3.6.0, than also include a patch for versions 4 and 5.
 Is this possible or can I only create patch for last version?

 As much as I read from How To 
 Contributehttp://wiki.apache.org/solr/HowToContributeand from what I can 
 see from
 here https://svn.apache.org/repos/asf/lucene/dev/, there are trunk,
 tags, branches and nightly available. What version is the trunk? I think I
 shouldn't touch tags (those are final versions), nor branches (these is
 big functionality branched code which might differ from the trunk). Can
 someone please help me get up to speed with this?

 Cheers,
 despot





[jira] [Updated] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-06-27 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski updated SOLR-3574:


Fix Version/s: (was: 3.6)
   5.0
   4.1
   4.0
Affects Version/s: (was: 3.6)
   5.0
   4.1
   4.0

 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 4.0, 4.1, 5.0
Reporter: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 4.0, 4.1, 5.0

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

--
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 assignee options

2012-06-27 Thread Despot Jakimovski
Hi,

I would like to assign myself to the JIRA
taskhttps://issues.apache.org/jira/browse/SOLR-3574,
but I cannot find the Assign to button. Probably I am missing some
privileges. Can someone help me fix this?

Cheers,
despot


[jira] [Updated] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-06-25 Thread Despot Jakimovski (JIRA)

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

Despot Jakimovski updated SOLR-3574:


Description: 
When having the following use case:
We have 2 words penslot and knoppen. One of them presents a compound word 
(penslot), the other one is a plural form of knop.

When using the compound word filter, if we place the words pen slot and 
knop in the dictionary, for a search containing knoppen, we get results 
containing pen also, which shouldn't be the case, because knoppen is only a 
plural form (not a compound word). 

We need another dictionary to specify the words that are exceptions to the 
filter (like in this case knoppen). In this case, the filter would find 
compound words containing pen slot and knop, but will leave out dividing 
knoppen and searching on its parts.

More info on the subject: 
http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

  was:
When having the following use case:
We have 2 words penslot and knoppen. One of them presents a compound word 
(penslot), the other one is a plural form of knop.

When using the compound word filter, if we place the words pen slot and 
knop in the dictionary, for a search containing knoppen, we get results 
containing pen also, which shouldn't be the case, because knoppen is only a 
plural form (not a compound word). 

We need another dictionary to specify the words that are exceptions to the 
filter (like in this case knoppen). In this case, the filter would find 
compound words containing pen slot and knop, but will leave out dividing 
knoppen and searching on its parts.




 Create a Compound Word Filter (and Factory) extension that will allow support 
 for (word) exceptions
 ---

 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 3.6
Reporter: Despot Jakimovski
  Labels: compound-word, dictionary, feature, filter, 
 word-exception
 Fix For: 3.6

   Original Estimate: 72h
  Remaining Estimate: 72h

 When having the following use case:
 We have 2 words penslot and knoppen. One of them presents a compound word 
 (penslot), the other one is a plural form of knop.
 When using the compound word filter, if we place the words pen slot and 
 knop in the dictionary, for a search containing knoppen, we get results 
 containing pen also, which shouldn't be the case, because knoppen is only 
 a plural form (not a compound word). 
 We need another dictionary to specify the words that are exceptions to the 
 filter (like in this case knoppen). In this case, the filter would find 
 compound words containing pen slot and knop, but will leave out 
 dividing knoppen and searching on its parts.
 More info on the subject: 
 http://stackoverflow.com/questions/11159839/can-we-make-the-compound-word-filter-not-divide-some-words-in-solr

--
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] [Created] (SOLR-3574) Create a Compound Word Filter (and Factory) extension that will allow support for (word) exceptions

2012-06-25 Thread Despot Jakimovski (JIRA)
Despot Jakimovski created SOLR-3574:
---

 Summary: Create a Compound Word Filter (and Factory) extension 
that will allow support for (word) exceptions
 Key: SOLR-3574
 URL: https://issues.apache.org/jira/browse/SOLR-3574
 Project: Solr
  Issue Type: New Feature
  Components: SearchComponents - other
Affects Versions: 3.6
Reporter: Despot Jakimovski
 Fix For: 3.6


When having the following use case:
We have 2 words penslot and knoppen. One of them presents a compound word 
(penslot), the other one is a plural form of knop.

When using the compound word filter, if we place the words pen slot and 
knop in the dictionary, for a search containing knoppen, we get results 
containing pen also, which shouldn't be the case, because knoppen is only a 
plural form (not a compound word). 

We need another dictionary to specify the words that are exceptions to the 
filter (like in this case knoppen). In this case, the filter would find 
compound words containing pen slot and knop, but will leave out dividing 
knoppen and searching on its parts.



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