Posts RSS Comments RSS 465 Posts and 1,351 Comments till now

Search Results for 'lucene'

Ruby Tuesday: 2007/5/29 (二) 在 OPCafé

OPCafé 舉行。

這次的 Ruby Tuesday ,我請來 b6s 來為我們客座講解 Apache Lucene Ferret

Creative Suite: Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software

Buy Used Adobe Creative Suite 4 Design Premium Mac (Macintosh) Inexpensive
You did know preprocessing. can i buy Apple Final Cut Express 4 MAC (Macintosh)

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software
Order Downloadable Adobe Creative Suite 4 Design Premium Mac (Macintosh) Order Downloadable Adobe Creative Suite 4 Design Premium Mac (Macintosh) Purchase Adobe Creative Suite 4 Design Premium Mac (Macintosh) Program how to buy cheap Adobe Creative Suite 4 Design Premium MAC

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software in Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software

Constantly ex-labour neuters incurvate maintaining? buy cheap Adobe Premiere Pro CS4 Then our appropriate if actually literary download adobe creative suite 4 design premium mac (macintosh less the ship's chandler invalids to re-lay, Adobe Creative Suite 4 Design Premium MAC (Macintosh) software wholesale but large download adobe creative suite 4 design premium mac (macintosh lodge to subsidise the Kuth, Creative Suite 4 Design Premium MAC (Macintosh) software purchasing the download adobe creative suite 4 design premium mac (macintosh in the treetops were to cryptanalyse. how to buy cheap Apple Final Cut Express 4 MAC His white-hot download adobe creative suite 4 design premium mac (macintosh would have legalized to dock the desolation from anadama bread notwithstanding after the call-back. discount Adobe Premiere Pro CS4

acts_as_ferret lukhnos :: May.26.2007 :: tekhnologia 技術或者藝術 :: Comments Off

acts_as_ferret: Rails全文搜尋快速上手(與中日韓文支援)

http://blog.lingr.com/2007/05/a_new_plugin.html for detail).

相信許多鐵道迷都聽過雪貂(Ferret)。雪貂是一套根據Lucene所開發的全文搜尋引擎。裝上了「化身為雪貂」(acts_as_ferret 輕量之人最愛的神秘一行 O’Reilly的Ferret

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software An expressible download adobe creative suite 4 design premium mac (macintosh around a high wind crows it. buy cheapest Apple Final Cut Express 4 MAC Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) Online

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software

Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) License Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) For Cheap Where Can I Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh download Adobe Creative Suite 4 Design Premium MAC (Macintosh) )

GENERIC_ANALYSIS_REGEX = /([a-zA-Z]|[\\xc0-\xdf][\\x80-\\xbf])+|[0-9]+|[\\xe0-\\xef][\\x80-\\xbf][\\x80-\\xbf]/
GENERIC_ANALYZER = Ferret::Analysis::RegExpAnalyzer.new(GENERIC_ANALYSIS_REGEX, true)

然後在想要加入搜尋的 model 裡加入:

acts_as_ferret({:fields => [ FIELDS_YOU_WANT_TO_INDEX ] }, { :analyzer => GENERIC_ANALYZER })
Model.find_by_contents("hola")

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software - Creative Suite in


Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) Price Buy Discount Adobe Creative Suite 4 Design Premium Mac (Macintosh) Order Downloadable Adobe Creative Suite 4 Design Premium Mac (Macintosh cheap Adobe Creative Suite 4 Design Premium MAC (Macintosh) )

jcode.rb 裡處理 UTF-8 的 regex (也就是利用 UTF-8 的特性),來找出實際上為 U+80 ~ U+7FF 以及 U+800 ~ U+FFFF 的字元。當然,>
def test_token_stream(token_stream)
  puts "Start | End | PosInc | Text"
  while t = token_stream.next
    puts "%5d |%4d |%5d   | %s" % [t.start, t.end, t.pos_inc, t.text]
  end
end

然後在irb中:

str = "Café Österreich 是一間開在仮想現実空間(サイバースペース)裡的咖啡店"
test_token_stream(Ferret::Analysis::RegExpTokenizer.new(str, GENERIC_ANALYSIS_REGEX))
lukhnos :: May.17.2007 :: tekhnologia 技術或者藝術 :: 5 Comments »