Java Artisan / Neil Chan

2012-07-24

Lucene 3.6.0 學習筆記

  • Hello Lucene 3.6.0
  • CRUD in Lucene 3.6.0
  • Number and Date in Lucene 3.6.0
  • Advanced Query in Lucene 3.6.0
  • Lock in Lucene 3.6.0
  • Boost and Norms in Lucene 3.6.0
張貼者: Unknown 於 10:40
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest
標籤: Lucene

沒有留言:

張貼留言

較新的文章 較舊的文章 首頁
訂閱: 張貼留言 (Atom)

Neil Chan

Unknown
檢視我的完整簡介

筆記專輯

  • Java 腦袋學 Python
  • Java 腦袋學 PHP
  • Javascript "this" 四部曲
  • 從 iReport 學 JasperReports
  • Git 學習筆記
  • Lucene 3.6.0 學習筆記
  • Android 學習筆記
  • LimeJS 學習筆記

常用筆記

  • Maven 筆記

文章標籤

效能 (5) Ajax (2) Android (102) Android App (1) Apache (1) Blogger (2) CKEditor (1) Cordova (1) CSS (24) Eclipse (14) Effective Javascript (1) git (5) Gmail (1) Google (1) Google App Engine (7) Google Closure (2) Google Maps (1) Hibernate (24) Hibernate Annotation (6) HTML (6) i18n (2) iReport (18) JasperReports (21) Java (20) Java 8 (1) Java EE (2) Javascript (34) JDBC (2) Jetty (1) JNI (1) JPA (2) jQuery (19) JSON (1) Jsoup (1) LimeJS (17) Log (5) log4j (1) Lucene (6) Maven (21) MySQL (5) Node.js (1) OAuth 2.0 (1) OpenId (1) PHP (25) Project Reactor (1) Prototype.js (1) Python (32) Refactoring (9) Regular Expression (2) Spring (27) Spring MVC (19) SQL (8) SQLServer (3) Thread (1) Tiles (1) Tomcat (11) Tomcat 7 (2) Tomcat 8 (1) Vaadin (3) VMware (1) Windows 7 (2)

熱門文章

  • Responsive Web Design
    Responsive Web Design? 智慧型手機的興起讓瀏覽網頁的螢幕變小,但既有網頁多半是固定寬度,一開始手機瀏覽器都是將網頁縮小到可以放進那小小的螢幕裡,但是這種作法一點幫助也沒有,圖那麼小、文字那麼小,什麼都看不清楚,只能在那不斷的放大放大縮小縮小,頭都暈了,怎...
  • 在 Android 裡使用 Google Maps
    最簡單的方法是用 WebView 連到 Google Maps,但卻是最糟糕的方式,因為有 MapView 可以用。 在 Android 裡使用 MapView,與一般的 Android 應用程式有些不一樣的地方。 Google Maps Library 首先就是 ...
  • Java 腦袋學 Python Regular Expression
    Python Regular Expression 的套件為 re。 compile(), search() & findall() #!python3 import re regex = re.compile(r'\d{4}-?\d{6}') # ...
  • Android 學習筆記
    基礎 設定 Android Source Code 到 Eclipse Eclipse 的 Autocomplete 遇到 Android API 時,慢到暴! 在 Eclipse 裡開啟 Android XML 設定檔發生錯誤 Android 裡的 @+id、@id...
  • Git 學習筆記
    Hello Git Git 常用指令 Git Remote Git Tag Git Branch
  • 在 Android 裡使用 HttpURLConnection 讀取遠端的 JSON 資料
    在 EditText 輸入英文,按下 Enter 或翻譯 Button,程式建立 HttpURLConnection 連線 Google Translate API 取得中文意思顯示於畫面上。
  • Android Handler 筆記
    每個 app 有一個 process,每個 process 可以有多個 thread,大部分的時候都只會有一個 thread 叫做 main thread。 Android app 的四大要角:activity、service、receiver、provider,都是由 ma...
  • Java Lambda 初體驗,就遇到 Project Reactor 的 GroupedFlux
    在練習書上的(不負責任的)範例時,遇到了「流中流」的問題,就是 Stream of Stream,一般都是用 flatMap 去打平,但這個 GroupedFlux 不太一樣。 先來說說需求,就是輸入一堆單字,然後統計每個字母(不分大小寫)的出現次數。 舉例來說,輸入「j...
  • Python 執行檔
    指定 Python 版本 由於可以同時安裝多個版本的 Python,因此 Python 須指名使用的 Python 版本。 在 Windows 上,每個 Python 檔案都要加上以下的檔頭,表示使用 Python 3。 #!python3 而在 Linux 上,則是...
  • Java 腦袋學 Python OOP
    Python OOP 基本概念與 java 類似,但不需要預先定義 API。 class Point: '''This is a doc string''' # 不需要 new 關鍵字 p = Point() print...

訂閱

發表文章
Atom
發表文章
留言
Atom
留言
技術提供:Blogger.