﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2634	[search-api] Lucene issues with UTF	Scater	nobody	"Here http://code.djangoproject.com/changeset/3632 - information about adding search-api branch for Brian Beck's SoC project.

I have 2 major bugs in Lucene backend (lucene.py):
1. No index in no-utf encoding. My database and Django-site in cp-1251 (Russian-Ukrainian). So i have 'InvalidArgsError' bug when i call indexer.update() method. 
Exception Value:  	(, '__init__', ('annotation', '\xe0\xe0\xe0\xe0\xe0\xe0\xe0\xe0\xe0', , ))
\xe0..\xe0 - this is my russian text in Annotation field
2. When i complete update index in UTF, and use search like this:
for hit in News_Indexer.search(result_query):
    result.append(hit.instance)
And update index once again - i have Java Exception: 'Cant delete file' or 'cant create file'"	defect	closed	Contrib apps	other branch	normal	wontfix	search-api;beck;lucene;index;		Accepted	0	0	0	0	0	0
