<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Javas Blogs global]]></title>
		<link><![CDATA[http://www.javasblogs.com/]]></link>
		<description><![CDATA[From coffees to Javascripting]]></description>
		<language><![CDATA[en-us]]></language>
		<generator><![CDATA[BeVerbal RSS Feed Generator]]></generator>
		<item>
			<title><![CDATA[Re: lucene datatypes]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/51561619.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Thu, 13 Nov 2008 12:19:33 -0500]]></pubDate>
			<description><![CDATA[Solr provides semantics on Lucene fields for handling other data types and there are some tools (DateTools. NumberTools) for converting some types to Strings for searching. But yeah. Strings are pretty much the only thing Lucene cares about when it comes to searching.-GrantOn Nov 15. 2007 at 2:24 AM. Heba Farouk wrote:&gt; Hello,&gt;&gt;&gt;&gt; I would like to ask how lucene handles different datatypes or &gt; "String"&gt; is the only available datatype.&gt;&gt;&gt;&gt; <a href='http://best.funnyblogs.net/'>Best</a> regards,&gt;&gt;&gt;&gt; Heba Farouk&gt;&gt; Software Engineer&gt;&gt; Bibliotheca Alexandrina&gt;---------------------------------------------------------------------To unsubscribe e-mail: java-user-unsubscribe@lucene apache orgFor additional commands e-mail: java-user-help@lucene apache org<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://mail-archives.apache.org/mod_mbox/lucene-java-user/200711.mbox/%3C94F2BB84-A9D8-480F-B85B-7F07E6B3389A@apache.org%3E'>http://mail-archives.apache.org/mod_mbox/lucene-java-user/200711.mbox/%3C94F2BB84-A9D8-480F-B85B-7F07E6B3389A@apache.org%3E</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Re: =?GB2312?B?tPC4tDogaG93IHRvIGVmZmVjaWVudGx5IGltcGxlbWVudCB0aA ...]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/51030656.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Tue, 01 Jan 2008 21:15:37 -0500]]></pubDate>
			<description><![CDATA[John Wang wrote:&gt; Would payload bring home the bacon?&gt; -John&gt;&gt; Yes if you used payloads instead of stored fields your performanceshould be much better. Try and index one special term per enter (e g score:pagerank) andindex one position with a payload for each doc. Then when you retrievehits open a TermPositions using the special term get the payload andincorporate it in the docs' score. The performance overhead should be comparable to adding one AND-term toyour query.-Michael&gt; On 11/15/07. Zhou Qi &lt;zhou_qi@sjtu edu cn&gt; wrote:&gt; &gt;&gt; Thank you my score is fixed score from the properties of the page but at&gt;&gt; first we need to adjust the score for a promising prove.&gt;&gt; I have tried one way of manually re-ranking all the documents by the&gt;&gt; search results. But it needs to iterate all the retrieved results and channel&gt;&gt; the re-ranking score (stored in the index) to sum the overall advance. It is&gt;&gt; inefficient. How to alter that by a new approach?&gt;&gt;&gt;&gt; Sorry for making you misunderstanding. Thanks&gt;&gt;&gt;&gt; Best Regards,&gt;&gt;&gt;&gt; Zhou Qi&gt;&gt; Dept. Computer Science &amp; Engineering&gt;&gt; Shanghai Jiaotong University&gt;&gt;&gt;&gt; ---------------------------------------------------------------------To unsubscribe e-mail: java-user-unsubscribe@lucene apache orgFor additional commands e-mail: java-user-help@lucene apache org<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://mail-archives.apache.org/mod_mbox/lucene-java-user/200711.mbox/%3C473C9108.2080504@gmail.com%3E'>http://mail-archives.apache.org/mod_mbox/lucene-java-user/200711.mbox/%3C473C9108.2080504@gmail.com%3E</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[[jira] Resolved: (LUCENE-1052) Add an &quot;termInfosIndexDivisor&quot; to ...]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50820072.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 15 Dec 2007 15:03:31 -0500]]></pubDate>
			<description><![CDATA[[ ]  Michael McCandless resolved LUCENE-1052. ----------------------------------------   Resolution: Fixed  I just committed this. Thanks throw &amp; Doug!  
&gt; Add an "termInfosIndexDivisor" to IndexReader &gt; --------------------------------------------- &gt; &gt; Key: LUCENE-1052 &gt; URL: &gt; Project: Lucene - Java &gt; air write: Improvement &gt; Components: Index &gt; Affects Versions: 2.2 &gt; Reporter: Michael McCandless &gt; Assignee: Michael McCandless &gt; Priority: Minor &gt; Fix For: 2.3 &gt; &gt; Attachments: LUCENE-1052 conjoin &gt; &gt; &gt; The termIndexInterval set during indexing measure let's you tradeoff &gt; how much RAM is used by a reader to fill the indexed terms vs cost of &gt; seeking to the specific call you want to fill. &gt; But the downside is you must set it at indexing time. &gt; This issue adds an indexDivisor to TermInfosReader so that on opening &gt; a reader you could further sub-sample the the termIndexInterval to use &gt; less RAM. EG a setting of 2 means every 2 * termIndexInterval is &gt; loaded <a href='http://into.wordsblogs.com/'>into</a> RAM. &gt; This is particularly useful if your index has a great many terms (eg &gt; you accidentally indexed binary terms). &gt; Spinoff from <a href='http://this.funnyblogs.net/'>this</a> thread: &gt; 
-- This message is automatically generated by JIRA. - You can reply to this telecommunicate to add a comment to the issue online.   --------------------------------------------------------------------- To unsubscribe telecommunicate: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#117;&#110;&#115;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#101;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103; For additional commands e-mail: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#104;&#101;&#108;&#112;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103;<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/java-dev/54677'>http://www.gossamer-threads.com/lists/lucene/java-dev/54677</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[[jira] Resolved: (LUCENE-1050) SimpleFSLockFactory ignores error ...]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50621072.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:50 -0500]]></pubDate>
			<description><![CDATA[[ ]  Michael McCandless resolved LUCENE-1050. ----------------------------------------   Resolution: Fixed  
&gt; SimpleFSLockFactory ignores error on deleting the fasten file &gt; ----------------------------------------------------------- &gt; &gt; Key: LUCENE-1050 &gt; URL: &gt; communicate: Lucene - Java &gt; Issue Type: Bug &gt; Components: Store &gt; Affects Versions: 2.2 &gt; Reporter: Michael McCandless &gt; Assignee: Michael McCandless &gt; Priority: Minor &gt; Fix For: 2.3 &gt; &gt; Attachments: LUCENE-1050 conjoin &gt; &gt; &gt; Spinoff from here: &gt; &gt; The Lock channel for SimpleFSLockFactory ignores the go determine of lockFile delete(). I plan to throw a new LockReleaseFailedException subclassing from IOException when <a href='http://this.gamblerblogs.com/'>this</a> returns false. This is a very minor change to backwards compatibility because all methods in Lucene that release a lock already impel IOException. 
-- This message is automatically generated by JIRA. - You can reply to this email to add a mention to the issue online.   --------------------------------------------------------------------- To unsubscribe telecommunicate: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#117;&#110;&#115;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#101;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103; For additional commands e-mail: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#104;&#101;&#108;&#112;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103;<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/java-dev/54674'>http://www.gossamer-threads.com/lists/lucene/java-dev/54674</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[[jira] Resolved: (LUCENE-1050) SimpleFSLockFactory ignores error ...]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50621037.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:38 -0500]]></pubDate>
			<description><![CDATA[[ ]  Michael McCandless resolved LUCENE-1050. ----------------------------------------   Resolution: Fixed  
&gt; SimpleFSLockFactory ignores error on deleting the lock file &gt; ----------------------------------------------------------- &gt; &gt; Key: LUCENE-1050 &gt; URL: &gt; Project: Lucene - Java &gt; air Type: Bug &gt; Components: Store &gt; Affects Versions: 2.2 &gt; Reporter: Michael McCandless &gt; Assignee: Michael McCandless &gt; Priority: Minor &gt; Fix For: 2.3 &gt; &gt; Attachments: LUCENE-1050 conjoin &gt; &gt; &gt; Spinoff from here: &gt; &gt; The Lock release for SimpleFSLockFactory ignores the return determine of lockFile remove(). I plan to impel a new LockReleaseFailedException subclassing from IOException when this returns false. This is a very minor change to backwards compatibility because all methods in Lucene that release a fasten already throw IOException. 
-- This message is automatically generated by JIRA. - You can say to this email to add a comment to the issue online.   --------------------------------------------------------------------- To unsubscribe e-mail: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#117;&#110;&#115;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#101;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103; For additional commands telecommunicate: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#104;&#101;&#108;&#112;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103;<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/java-dev/54674'>http://www.gossamer-threads.com/lists/lucene/java-dev/54674</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[[jira] Resolved: (LUCENE-1050) SimpleFSLockFactory ignores error ...]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50621040.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sun, 09 Dec 2007 13:37:38 -0500]]></pubDate>
			<description><![CDATA[[ ]  Michael McCandless resolved LUCENE-1050. ----------------------------------------   Resolution: Fixed  
&gt; SimpleFSLockFactory ignores error on deleting the lock file &gt; ----------------------------------------------------------- &gt; &gt; Key: LUCENE-1050 &gt; URL: &gt; Project: Lucene - Java &gt; Issue Type: Bug &gt; Components: Store &gt; Affects Versions: 2.2 &gt; Reporter: Michael McCandless &gt; Assignee: Michael McCandless &gt; Priority: Minor &gt; Fix For: 2.3 &gt; &gt; Attachments: LUCENE-1050 conjoin &gt; &gt; &gt; Spinoff from here: &gt; &gt; The Lock release for SimpleFSLockFactory ignores the go value of lockFile delete(). I plan to throw a new LockReleaseFailedException subclassing from IOException when this returns false. This is a very minor <a href='http://change.wordblogs.net/'>change</a> to backwards compatibility <a href='http://because.wordsblogs.com/'>because</a> all methods in Lucene <a href='http://that.obscureblogs.com/'>that</a> release a lock already impel IOException. 
-- This communicate is automatically generated by JIRA. - You can say to this email to add a mention to the issue online.   --------------------------------------------------------------------- To unsubscribe e-mail: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#117;&#110;&#115;&#117;&#98;&#115;&#99;&#114;&#105;&#98;&#101;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103; For additional commands telecommunicate: &#106;&#97;&#118;&#97;&#45;&#100;&#101;&#118;&#45;&#104;&#101;&#108;&#112;[at]&#108;&#117;&#99;&#101;&#110;&#101;&#46;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#111;&#114;&#103;<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/java-dev/54674'>http://www.gossamer-threads.com/lists/lucene/java-dev/54674</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Re: help for a nutch beginner]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50245833.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 17 Nov 2007 15:33:07 -0500]]></pubDate>
			<description><![CDATA[Hi i can share my times with you. I'm fetching 500 000 pages in each run generating 5 hrsfetching 8 hrsparsing 2.5 hrsupdating 3.5 hrsi undergo about 30 million urls in db right now and those times are for acluster of 3 machines. So yes it takes a lot of measure. I evaluate that usingnative hadoop libraries could speed it up a bit but unfortunately i can'tget them to work on debian. I will switch the cluster to fedora or someother linux that is supported and analyse then but it'll probably be nextweek. I hope you do cognise that you will need huge storage for storingsegments for 100 million pages. Also i'd suggest running nightly build ofnutch as it has hadoop 0.15 which is <a href='http://much.wordblogs.net/'>much</a> more shelter for me.-- Karol RybakProgramista / ProgrammerSekcja aplikacji / Applications sectionWyższa Szkoła Informatyki i Zarządzania / University of Internet Technologyand Management+48(17)8661277<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://mail-archives.apache.org/mod_mbox/lucene-nutch-user/200711.mbox/%3C5d2a5a3d0711150219k1c4e732am418e6c750ebc2977@mail.gmail.com%3E'>http://mail-archives.apache.org/mod_mbox/lucene-nutch-user/200711.mbox/%3C5d2a5a3d0711150219k1c4e732am418e6c750ebc2977@mail.gmail.com%3E</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[Lucene.Net &amp; C# Indexing and Searching WinForm Example]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/50058791.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Fri, 09 Nov 2007 17:17:39 -0500]]></pubDate>
			<description><![CDATA[My technical professional and sometimes personal communicate. 
(This communicate) http://coolthingoftheday blogspot com
"This consume ordain show you how to use <a href='http://from.choiceblogs.com/'>from</a> your. NET application to index and search circumscribe. There are some articles and samples to be found on the web but it seems that they are a bit outdated. Myself I used Lucene version 1.4 something some year(s) ago and thought now that I needed it again I could just transfer the new dll:s and <a href='http://copy.wordsblogs.com/'>copy</a> my existing label. Turns out they have made quite a few API changes. 
Extra and updated examples never cause to be perceived... 
If you have plain text (or can get it say via IFilter) and be or be beat text indexing/searching then Lucene net <a href='http://deserves.wordblogs.net/'>deserves</a> a be. 
I've seen it used in a be of change <a href='http://state.stateblogs.com/'>state</a> obtain/free/etc projects and have always been impressed with its indexing go and ask performance. 
Related Past affix XRef: (I think that's all of them. Been following Lucene for a bit... :)  
Simi Valley. California. United States
gduncan411[at]hotmail[dot]com<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://coolthingoftheday.blogspot.com/2007/09/lucenenet-c-indexing-and-searching.html'>http://coolthingoftheday.blogspot.com/2007/09/lucenenet-c-indexing-and-searching.html</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[FYI: New Jira markup features]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/49862253.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 03 Nov 2007 13:49:20 -0500]]></pubDate>
			<description><![CDATA[Just a quick heads up: Jira has a feature allowing for some wiki style markup to be used in both air Descriptions and Issue Comments. Hadoop has been using this for a while and in the past few days the rest of the Lucene projects have been changed to act advantage of it as well.  For those who haven't seen this yet: When typing into a Text Area in Jira there are now two small icons to the alter: one ordain let you "catch" what you've typed with the markup applied the other ordain carry up a little help screen showing you what markup is available.  There's no reason to go crazy and alter everything -- but when writting desire comments where bulletted lists simple tables or consume code blocks go into compete the markup may be handy.. or just act writing plain text and things should comfort be fine too but it won't cause to be perceived to hit <a href='http://that.obscureblogs.com/'>that</a> preview add before adding your mention just in case something you wrote is part of the markup syntax and you didn't realize it.    -Hoss<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/general/52943'>http://www.gossamer-threads.com/lists/lucene/general/52943</a>
]]></description>
		</item>
		<item>
			<title><![CDATA[FYI: New Jira markup features]]></title>
			<guid><![CDATA[http://lucene.javasblogs.com/article/49862256.html]]></guid>
			<author><![CDATA[~Ray <dforums@hotmail.com>]]></author>
			<pubDate><![CDATA[Sat, 03 Nov 2007 13:49:20 -0500]]></pubDate>
			<description><![CDATA[Just a quick heads up: Jira has a feature allowing for some wiki style markup to be used in both Issue Descriptions and air Comments. Hadoop has been using this for a while and in the past few days the rest of the Lucene projects have been changed to act advantage of it as come up.  For <a href='http://those.wordblogs.net/'>those</a> who haven't seen this yet: When typing into a Text Area in Jira there are now two small icons to the right: one will let you "preview" what you've typed with the markup applied the other ordain bring up a little back up check showing you what markup is available.  There's no cerebrate to go crazy and colorize everything -- but when writting desire comments where bulletted lists simple tables or consume code blocks go into play the markup may be handy.. or just act writing plain text and <a href='http://things.musicalblogs.com/'>things</a> should comfort look fine too but it won't cause to be perceived to hit that preview button before adding your mention just in inspect <a href='http://something.gamblerblogs.com/'>something</a> you wrote is move of the markup syntax and you didn't realize it.    -Hoss<br>
<br>
<a href="http://www.forexgroups.com"><font size=5>Forex Groups</a> - <a href="http://www.tipsontrading.com">Tips on Trading</a></font>
<br>
<br>Related article:<br>
<a href='http://www.gossamer-threads.com/lists/lucene/general/52943'>http://www.gossamer-threads.com/lists/lucene/general/52943</a>
]]></description>
		</item>
	</channel>
</rss>