Is there a way to create an index as real time and disk index, in the same time ? so I can wether index manualy or while inserting or updating.
No, there's no way to do this. A possible workaround is to implement a simple script which would populate your RT index using INSERTs and run it when needed (when you would like to run 'indexer').